Update: 2024-10-17

This commit is contained in:
2024-10-17 12:43:48 +03:00
parent eae6ecaebb
commit e2c877478c
68 changed files with 3579 additions and 1056 deletions

View File

@@ -18,4 +18,6 @@ local function entry(st)
ya.app_emit("resize", {})
end
return { entry = entry }
local function enabled(st) return st.old ~= nil end
return { entry = entry, enabled = enabled }