mirror of
https://github.com/Anjok07/ultimatevocalremovergui.git
synced 2025-03-02 00:10:41 +01:00
Merge branch 'PySidePort' of https://github.com/Anjok07/ultimatevocalremovergui into PySidePort
This commit is contained in:
commit
d754230f37
@ -136,6 +136,9 @@ class CustomApplication(QtWidgets.QApplication):
|
|||||||
const.DEFAULT_SETTINGS['theme'])
|
const.DEFAULT_SETTINGS['theme'])
|
||||||
self.themeManager.load_theme(theme)
|
self.themeManager.load_theme(theme)
|
||||||
|
|
||||||
|
with open(os.path.join(os.getcwd(), '..', 'startup', 'run.txt'), 'w') as f:
|
||||||
|
f.write('1')
|
||||||
|
|
||||||
@ staticmethod
|
@ staticmethod
|
||||||
def improved_combobox_showPopup(widget: QtWidgets.QComboBox, showPopup: QtWidgets.QComboBox.showPopup):
|
def improved_combobox_showPopup(widget: QtWidgets.QComboBox, showPopup: QtWidgets.QComboBox.showPopup):
|
||||||
"""Extend functionality for the QComboBox.showPopup function
|
"""Extend functionality for the QComboBox.showPopup function
|
||||||
|
Loading…
x
Reference in New Issue
Block a user