Skip to content

Commit

Permalink
Nearly messed up!
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Feb 14, 2022
1 parent c5f8b44 commit 0ffb2ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elevenclock/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1199,9 +1199,9 @@ def window(self) -> Clock:
globals.restartClocks = restartClocks # Register global functions
globals.closeClocks = closeClocks # Register global functions

if not(getSettings("Updated3.2Already")) and not(getSettings("EnableSilentUpdates")):
if not(getSettings("Updated3.21Already")) and not(getSettings("EnableSilentUpdates")):
setSettings("ForceClockOnFirstMonitor", True)
setSettings("Updated3.2Already", True)
setSettings("Updated3.21Already", True)
msg = QFramelessDialog(parent=None, closeOnClick=False)
msg.setAutoFillBackground(True)
msg.setStyleSheet(sw.styleSheet())
Expand Down

0 comments on commit 0ffb2ab

Please sign in to comment.