mirror of
https://github.com/nixietab/picodulce.git
synced 2025-04-10 10:28:56 +01:00
Compare commits
2 Commits
152b7d82dc
...
afac01f3dc
Author | SHA1 | Date | |
---|---|---|---|
![]() |
afac01f3dc | ||
![]() |
fd4c23ed3b |
@ -94,6 +94,14 @@ class PicomcVersionSelector(QWidget):
|
||||
# Apply the palette to the application
|
||||
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):
|
||||
# Define folder and file paths
|
||||
themes_folder = "themes"
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.11",
|
||||
"version": "0.11.1",
|
||||
"links": [
|
||||
"https://raw.githubusercontent.com/nixietab/picodulce/main/version.json",
|
||||
"https://raw.githubusercontent.com/nixietab/picodulce/main/picodulce.py",
|
||||
|
Loading…
Reference in New Issue
Block a user