Merge branch 'release' into i18n

This commit is contained in:
Veronica Berglyd Olsen
2025-01-26 18:31:21 +01:00
committed by GitHub
22 changed files with 292 additions and 167 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ class Config:
# General GUI Settings
self.guiLocale = self._qLocale.name()
self.guiTheme = "default" # GUI theme
self.guiTheme = "default_light" # GUI theme
self.guiSyntax = "default_light" # Syntax theme
self.guiFont = QFont() # Main GUI font
self.guiScale = 1.0 # Set automatically by Theme class