Compare commits

..

No commits in common. "afac01f3dceab859f49ddd72602bf818732362d6" and "152b7d82dcf952b5eead4ac902fd30e758ab6ce3" have entirely different histories.

2 changed files with 1 additions and 9 deletions

View File

@ -94,14 +94,6 @@ class PicomcVersionSelector(QWidget):
# Apply the palette to the application # Apply the palette to the application
app.setPalette(palette) app.setPalette(palette)
# Apply style sheet if present
if "stylesheet" in self.theme:
stylesheet = self.theme["stylesheet"]
app.setStyleSheet(stylesheet)
else:
print("No 'stylesheet' section found in the theme file.")
def themes_integrity(self): def themes_integrity(self):
# Define folder and file paths # Define folder and file paths
themes_folder = "themes" themes_folder = "themes"

View File

@ -1,5 +1,5 @@
{ {
"version": "0.11.1", "version": "0.11",
"links": [ "links": [
"https://raw.githubusercontent.com/nixietab/picodulce/main/version.json", "https://raw.githubusercontent.com/nixietab/picodulce/main/version.json",
"https://raw.githubusercontent.com/nixietab/picodulce/main/picodulce.py", "https://raw.githubusercontent.com/nixietab/picodulce/main/picodulce.py",