fixed the window being minimised instead of normal

This commit is contained in:
Faraphel 2023-12-23 11:33:58 +01:00
parent 0671212a12
commit e7d75267ae

View file

@ -163,7 +163,7 @@ class WebMission(BaseSurvey):
def on_hide(self) -> None: def on_hide(self) -> None:
# disable full screen mode # disable full screen mode
self.window().showMinimized() self.window().showNormal()
# stop the checking loop # stop the checking loop
self.timer_check.stop() self.timer_check.stop()