Update picodulce.py

This commit is contained in:
Nix 2025-01-02 01:29:09 -03:00 committed by GitHub
parent bf30a6ecd6
commit c4f662235e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,10 +22,8 @@ class PicomcVersionSelector(QWidget):
self.open_dialogs = []
self.check_config_file()
self.themes_integrity()
# Specify the path to the themes directory
themes_folder = "themes"
# Default theme file name (can be changed)
theme_file = self.config.get("Theme", "Dark.json")
# Ensure the theme file exists in the themes directory