mirror of
https://github.com/Anjok07/ultimatevocalremovergui.git
synced 2024-12-01 02:27:21 +01:00
Merge branch 'PySidePort' of https://github.com/Anjok07/ultimatevocalremovergui into PySidePort
This commit is contained in:
commit
d754230f37
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user