GUI: unmount button buf hopefully fixed by removing sampleshortinfo from signal
This commit is contained in:
@@ -116,7 +116,7 @@ class ReferenceToolsModel(QAbstractTableModel):
|
||||
|
||||
class ReferenceToolsPanel(QFrame):
|
||||
mount = Signal(SampleShortInfo, bool)
|
||||
unmount = Signal(SampleShortInfo)
|
||||
unmount = Signal()
|
||||
|
||||
def __init__(self, samples: SampleShortInfoList | None = None, parent=None, refresh_interval_ms: int = 5000):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user