LOOC, Whisper hotkeys. LOOC stylings (#1134)

* hotkeyz

* Update chat-light.scss

* Update chat-dark.scss
This commit is contained in:
Azarak
2020-10-04 01:00:56 +01:00
committed by GitHub
parent ef5ba84edc
commit 5efe748920
6 changed files with 25 additions and 1 deletions
+6
View File
@@ -952,6 +952,12 @@ GLOBAL_LIST_INIT(blacklisted_builds, list(
winset(src, "default-[REF(key)]", "parent=default;name=[key];command=ooc")
if("Me")
winset(src, "default-[REF(key)]", "parent=default;name=[key];command=me")
//SKYRAT EDIT ADDITION BEGIN - CUSTOMIZATION
if("LOOC")
winset(src, "default-[REF(key)]", "parent=default;name=[key];command=looc")
if("Whisper")
winset(src, "default-[REF(key)]", "parent=default;name=[key];command=whisper")
//SKYRAT EDIT END
/client/proc/change_view(new_size)
if (isnull(new_size))