diff options
-rw-r--r-- | src/progressBar/progressBar.py | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/progressBar/progressBar.py b/src/progressBar/progressBar.py index 227a354e..f3b1695d 100644 --- a/src/progressBar/progressBar.py +++ b/src/progressBar/progressBar.py @@ -161,13 +161,4 @@ class Ui_Form(object): " color: white;\n" "}") self.light_dark_mode_button.setIcon(QtGui.QIcon(os.path.join(self.iconDir, "light_mode.png"))) - self.dark_color = True - -if __name__ == "__main__": - import sys - app = QtWidgets.QApplication(sys.argv) - Form = QtWidgets.QWidget() - ui = Ui_Form() - ui.setupUi(Form) - Form.show() - sys.exit(app.exec_()) + self.dark_color = True
\ No newline at end of file |