mirror of
https://github.com/nixietab/picodulce.git
synced 2025-04-10 10:28:56 +01:00
Update picodulce.py
This commit is contained in:
parent
bf30a6ecd6
commit
c4f662235e
@ -22,10 +22,8 @@ class PicomcVersionSelector(QWidget):
|
|||||||
self.open_dialogs = []
|
self.open_dialogs = []
|
||||||
self.check_config_file()
|
self.check_config_file()
|
||||||
self.themes_integrity()
|
self.themes_integrity()
|
||||||
# Specify the path to the themes directory
|
|
||||||
themes_folder = "themes"
|
themes_folder = "themes"
|
||||||
|
|
||||||
# Default theme file name (can be changed)
|
|
||||||
theme_file = self.config.get("Theme", "Dark.json")
|
theme_file = self.config.get("Theme", "Dark.json")
|
||||||
|
|
||||||
# Ensure the theme file exists in the themes directory
|
# Ensure the theme file exists in the themes directory
|
||||||
|
Loading…
Reference in New Issue
Block a user