Now pausing, dragging slider works!

Known issue: cutting end of sound. I have no idea how to fix it
This commit is contained in:
BarsTiger
2022-11-22 13:49:54 +02:00
parent 37b5a67a59
commit 17b4cfa21c
3 changed files with 45 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ def on_load(ui: Ui_MainWindow, MainWindow: QMainWindow):
GlobalBlur(MainWindow.winId(), acrylic=True)
ui.timer = QtCore.QTimer(MainWindow)
ui.timer.start(100)
p = Player()