Some rework on the skin.dmf (#20494)

Removed the use of deprecated parameter icon-size.
Uniformed all clients to use fit to screen.
Fit to viewport is automatically attempted at login.
Statusbar is now hidden by default, giving more screen space.
Toggle fullscreen now works as expected, for even more screen space.

---------

Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>
Co-authored-by: realmattatlas <liermattia@gmail.com>
This commit is contained in:
Fluffy
2025-03-03 21:39:35 +00:00
committed by GitHub
co-authored by Matt Atlas realmattatlas
parent a446aed2f4
commit 0f145d473e
20 changed files with 403 additions and 473 deletions
+2 -2
View File
@@ -1036,7 +1036,7 @@ GLOBAL_LIST_INIT(admin_verbs_cciaa, list(
/client/proc/toggleattacklogs()
set name = "Toggle Attack Log Messages"
set category = "Preferences"
set category = "Preferences.Admin"
prefs.toggles ^= CHAT_ATTACKLOGS
if (prefs.toggles & CHAT_ATTACKLOGS)
@@ -1076,7 +1076,7 @@ GLOBAL_LIST_INIT(admin_verbs_cciaa, list(
/client/proc/toggledebuglogs()
set name = "Toggle Debug Log Messages"
set category = "Preferences"
set category = "Preferences.Admin"
prefs.toggles ^= CHAT_DEBUGLOGS
if (prefs.toggles & CHAT_DEBUGLOGS)