Skip to content

Commit 7c88674

Browse files
committed
remove "fusion" style as it was causing buttons to disapper when they were disabled
1 parent 423c4f8 commit 7c88674

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gui/src/main/python/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,6 @@ def _on_sentry_init(self):
458458

459459
def run(self):
460460
self.window.show()
461-
self.app.setStyle("Fusion")
462461
return self.app.exec()
463462

464463

ytmusic_deleter/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.6.3"
1+
__version__ = "2.6.4.dev5+g423c4f8"

0 commit comments

Comments
 (0)