Skip to content

Commit

Permalink
Lastest details before 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Oct 30, 2021
1 parent 811e2a7 commit f6aeb6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions elevenclock/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2034,11 +2034,11 @@ def getPx(self, original) -> int:
signal.restartSignal.connect(lambda: restartClocks("checkLoop"))
loadClocks()

if not(getSettings("Updated2.4Already")) and not(getSettings("EnableSilentUpdates")):
print("Show2.4Welcome")
if not(getSettings("Updated2.5Already")) and not(getSettings("EnableSilentUpdates")):
print("Show2.5Welcome")
sw.show()
setSettings("Updated2.4Already", True)
QMessageBox.information(sw, "ElevenClock updated!", "ElevenClock has updated to version 2.4 sucessfully. This an urgent bugfix update to hic the High ram usage.\n\nAdditionaly, it includes redesigned context menus, more languages addition and the ability to show the clock on the primary monitor if clock is set to be on the left")
setSettings("Updated2.5Already", True)
QMessageBox.information(sw, "ElevenClock updated!", "ElevenClock has updated to version 2.5 sucessfully. On this release:\n\n - Elevenclock can hide when using Cytrix Workspace\n - ElevenClock can be forced to show with black text\n - If silent updates enables, user won't see this popup\n - ElevenClock has an in-app log viewer (can be opened from settings)\n - Hover effect improvements\n - Much more!")

showSettings = False
if("--settings" in sys.argv or showSettings):
Expand Down

0 comments on commit f6aeb6f

Please sign in to comment.