Fullscreen, status bar hiding, chat input following the theme (#67987)

* Initial commit

* input is colored according to the theme

* removed unused setting
This commit is contained in:
Andrew
2022-06-27 03:15:21 +03:00
committed by GitHub
parent 2002cb801a
commit e792e7f631
7 changed files with 48 additions and 20 deletions
-5
View File
@@ -38,9 +38,4 @@
window.mouse_event_macro_set = FALSE
window.set_mouse_macro()
if(hotkeys)
winset(src, null, "input.focus=true input.background-color=[COLOR_INPUT_ENABLED]")
else
winset(src, null, "input.focus=true input.background-color=[COLOR_INPUT_DISABLED]")
update_special_keybinds()