fix vinyl enable

This commit is contained in:
2025-05-13 23:18:06 +02:00
parent 64781af68f
commit 872dbfc792
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ class StatusBar(Window):
)
self.player = Player()
self.vinyl = None
if VINYL["enabled"]:
if VINYL["enable"]:
self.vinyl = VinylButton()
self.status_container = Box(