From 5e770b39754002450465abb68fc47454c18e017b Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Sun, 23 Oct 2022 16:29:03 +0100 Subject: [PATCH] Cart progress bar tweaks --- app/musicmuster.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/musicmuster.py b/app/musicmuster.py index 3a0b9c5..8c1cfca 100755 --- a/app/musicmuster.py +++ b/app/musicmuster.py @@ -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