Cart progress bar tweaks
This commit is contained in:
parent
6c92401ad6
commit
5e770b3975
@ -189,7 +189,6 @@ class Window(QMainWindow, Ui_MainWindow):
|
||||
btn.setStyleSheet("background-color: " + colour + ";\n")
|
||||
btn.pgb.minimum = 0
|
||||
|
||||
|
||||
def cart_edit(self, btn: CartButton, event: QEvent):
|
||||
"""Handle context menu for cart button"""
|
||||
|
||||
@ -214,7 +213,6 @@ class Window(QMainWindow, Ui_MainWindow):
|
||||
cart.duration = tags['duration']
|
||||
|
||||
cart.enabled = dlg.ui.chkEnabled.isChecked()
|
||||
cart.pgb.setVisible(cart.enabled)
|
||||
cart.name = name
|
||||
cart.path = path
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user