Made the Track Progress Slider clickable.

This commit is contained in:
The Wobbler 2024-12-22 19:09:37 +01:00
parent 7844e15aa2
commit 19b6f4dcaa
4 changed files with 22 additions and 2 deletions

View file

@ -5,7 +5,7 @@ from PyQt6.QtWidgets import QApplication
from utils import Utils
from player.player import Player
from gui import GUI
from gui_communication import GUICommunication
from gui_communication.gui_communication import GUICommunication
class Wobuzz: