Made some gui improvements.

This commit is contained in:
The Wobbler 2024-12-23 16:02:22 +01:00
parent 368bbbe6f8
commit 99934e73b7
3 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@
from PyQt6.QtCore import Qt
from PyQt6.QtGui import QIcon
from PyQt6.QtWidgets import QToolBar, QLabel, QSlider
from PyQt6.QtWidgets import QToolBar, QLabel
from .track_progress_slider import TrackProgressSlider