mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-12 02:39:28 +02:00
Added unload check that timeout is not running
This commit is contained in:
parent
96dbd4620d
commit
abd4f24770
1 changed files with 1 additions and 0 deletions
|
@ -617,6 +617,7 @@ function shutdown() {
|
|||
emojiAPI.unload();
|
||||
maybeClearClapSoundInterval();
|
||||
maybeClearReticleUpdateLimiterTimeout();
|
||||
maybeDeleteRemoteIndicatorTimeout();
|
||||
|
||||
Window.minimizedChanged.disconnect(onWindowMinimizedChanged);
|
||||
Window.geometryChanged.disconnect(onGeometryChanged);
|
||||
|
|
Loading…
Reference in a new issue