From c4f662235e1415f6217a4f2e8643be9385b684d3 Mon Sep 17 00:00:00 2001 From: Nix <75538775+nixietab@users.noreply.github.com> Date: Thu, 2 Jan 2025 01:29:09 -0300 Subject: [PATCH] Update picodulce.py --- picodulce.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/picodulce.py b/picodulce.py index 469be47..ceac38b 100644 --- a/picodulce.py +++ b/picodulce.py @@ -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