mirror of
https://github.com/nixietab/picodulce.git
synced 2025-07-04 13:08:13 +01:00
Compare commits
No commits in common. "afac01f3dceab859f49ddd72602bf818732362d6" and "152b7d82dcf952b5eead4ac902fd30e758ab6ce3" have entirely different histories.
afac01f3dc
...
152b7d82dc
@ -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"
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user