Latest release notes check should use hex version number instead of string version number

This commit is contained in:
Veronica K. B. Olsen
2021-01-17 20:52:34 +01:00
parent e7e2176e64
commit 2030793a02
5 changed files with 71 additions and 36 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ class Config:
self.guiFont = "" # Defaults to system default font
self.guiFontSize = 11
self.guiScale = 1.0 # Set automatically by Theme class
self.lastNotes = "" # The latest release notes that have been shown
self.lastNotes = "0x0" # The latest release notes that have been shown
## Sizes
self.winGeometry = [1200, 650]