Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aalramadan committed Jul 3, 2024
1 parent 2188446 commit b028dcd
Show file tree
Hide file tree
Showing 5 changed files with 509 additions and 301 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(self):
self.chk_box_light.clicked.connect(lambda: ui_functions.theme_switch(self, self.chk_box_light))
self.temp_slider.valueChanged.connect(lambda: ui_functions.temp_slider_changed(self))
self.combo_model.currentIndexChanged.connect(lambda: ui_functions.reset_temp_slider(self))

if __name__ == "__main__":
app = QApplication()

Expand Down
4 changes: 4 additions & 0 deletions resources.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,10 @@
<file>images/icons/info.png</file>
<file>images/icons/warning.png</file>
</qresource>
<qresource prefix="themes">
<file>theme/dark.qss</file>
<file>theme/light.qss</file>
</qresource>
<qresource prefix="images">
<file>images/images/icon.icns</file>
<file>images/images/icon.ico</file>
Expand Down
Loading

0 comments on commit b028dcd

Please sign in to comment.