Add test "new_widget"

This commit is contained in:
Insality
2024-10-30 01:29:46 +02:00
parent 91bdcb6678
commit 00b8b192a7
3 changed files with 74 additions and 6 deletions

View File

@@ -79,7 +79,6 @@ M.SPECIFIC_UI_MESSAGES = {
local uid = 0
---@private
function M.create_uid()
uid = uid + 1
return uid