fixed the window being minimised instead of normal
This commit is contained in:
parent
0671212a12
commit
e7d75267ae
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue