Dont allow pause while waiting for song
Some checks failed
Build eismuliplexer for linux / Build (push) Has been cancelled

This commit is contained in:
Carl Philipp Klemm 2026-03-25 18:01:42 +01:00
parent 6ef8591769
commit 6be80f1d5c
2 changed files with 5 additions and 1 deletions

View file

@ -178,6 +178,9 @@
</item>
<item>
<widget class="QPushButton" name="pauseButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Pause</string>
</property>