diff options
author | MicrocontrollersDev <microcontrollersyt@gmail.com> | 2022-01-09 01:01:02 -0700 |
---|---|---|
committer | MicrocontrollersDev <microcontrollersyt@gmail.com> | 2022-01-09 01:01:02 -0700 |
commit | 1272ce49ca600d39c072cd0a5e1a0124592023a0 (patch) | |
tree | 4d165090c711c1d4f1ee94374e7d90826b613bb6 /src/main/kotlin/cc/woverflow/chatting/chat/ChatShortcuts.kt | |
parent | e1b69a16c299b334725f036bb33faf4b30dafd81 (diff) | |
download | Chatting-1272ce49ca600d39c072cd0a5e1a0124592023a0.tar.gz Chatting-1272ce49ca600d39c072cd0a5e1a0124592023a0.tar.bz2 Chatting-1272ce49ca600d39c072cd0a5e1a0124592023a0.zip |
make screenshots fail with fast render
Diffstat (limited to 'src/main/kotlin/cc/woverflow/chatting/chat/ChatShortcuts.kt')
-rw-r--r-- | src/main/kotlin/cc/woverflow/chatting/chat/ChatShortcuts.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/kotlin/cc/woverflow/chatting/chat/ChatShortcuts.kt b/src/main/kotlin/cc/woverflow/chatting/chat/ChatShortcuts.kt index 5cbbc2d..f3145de 100644 --- a/src/main/kotlin/cc/woverflow/chatting/chat/ChatShortcuts.kt +++ b/src/main/kotlin/cc/woverflow/chatting/chat/ChatShortcuts.kt @@ -23,7 +23,6 @@ object ChatShortcuts { } } - fun initialize() { if (initialized) { return |