Merge branch 'PySidePort' of https://github.com/Anjok07/ultimatevocalremovergui into PySidePort

This commit is contained in:
Dilan Boskan 2021-07-10 00:58:29 +02:00
commit d754230f37

View File

@ -135,6 +135,9 @@ class CustomApplication(QtWidgets.QApplication):
theme = self.settings.value('user/theme',
const.DEFAULT_SETTINGS['theme'])
self.themeManager.load_theme(theme)
with open(os.path.join(os.getcwd(), '..', 'startup', 'run.txt'), 'w') as f:
f.write('1')
@ staticmethod
def improved_combobox_showPopup(widget: QtWidgets.QComboBox, showPopup: QtWidgets.QComboBox.showPopup):