creating ConfigScreenChangedEmitter singleton to encapsulate debounced screen change emitter; simplifying main_window's screen_changed warning modal condition

This commit is contained in:
Mateus Meyer Jiacomelli 2022-11-22 15:44:36 -03:00
parent 4cb5cca85d
commit 38ed507560
1 changed files with 0 additions and 3 deletions

View File

@ -444,6 +444,3 @@ class ConfigScreenChangedEmitter(metaclass=Singleton):
def __do_emit_config_screen_changed(self):
Registry().execute('config_screen_changed')
def __del__(self):
self.timer.stop()