window sticking

This commit is contained in:
2026-01-02 22:38:04 +01:00
parent b67634ef41
commit 1c33dd63da
3 changed files with 42 additions and 4 deletions

View File

@@ -576,6 +576,9 @@ local function render_menu()
else out = out .. string.format("RDS-System time offset: ~0\r\n") end
out = out .. string.format("Local time: %s\r\n", time_display_local)
out = out .. string.format("UTC time: %s\r\n", time_display_utc)
elseif current_menu == event_count then
out = out .. "Toggled windows stickness"
set_window_stick(not get_window_stick())
end
local hash = crc(out)