Fix displaying icons

This commit is contained in:
Wiktor Zykubek 2023-07-16 15:46:55 +02:00
parent 7c3830b8ab
commit 2df7bdc5dc
No known key found for this signature in database
GPG Key ID: 0DAA9DC01449FCA2

View File

@ -9,7 +9,7 @@ from PySide6.QtWidgets import QMainWindow, QMessageBox, QStyle
from . import API_URL, DEFAULT_VOLUME, Ui_MainWindow
from __feature__ import snake_case # isort: skip
from __feature__ import snake_case, true_property # isort: skip
class MainWindow(QMainWindow):