mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 09:43:51 +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();
|
emojiAPI.unload();
|
||||||
maybeClearClapSoundInterval();
|
maybeClearClapSoundInterval();
|
||||||
maybeClearReticleUpdateLimiterTimeout();
|
maybeClearReticleUpdateLimiterTimeout();
|
||||||
|
maybeDeleteRemoteIndicatorTimeout();
|
||||||
|
|
||||||
Window.minimizedChanged.disconnect(onWindowMinimizedChanged);
|
Window.minimizedChanged.disconnect(onWindowMinimizedChanged);
|
||||||
Window.geometryChanged.disconnect(onGeometryChanged);
|
Window.geometryChanged.disconnect(onGeometryChanged);
|
||||||
|
|
Loading…
Reference in a new issue