mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-02 14:47:10 +02:00
Fix problems added by Pause (#2645)
* Disable Pause/Resume menu instead of trying to hide them * Fix Resume menu being active before renderer starts * Fix emulator not being able to close properly
This commit is contained in:
parent
51a96c0473
commit
8141633ff5
5 changed files with 42 additions and 15 deletions
|
@ -305,7 +305,7 @@
|
|||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuItem" id="_resumeEmulation">
|
||||
<property name="visible">False</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="tooltip_text" translatable="yes">Resume emulation</property>
|
||||
<property name="label" translatable="yes">Resume Emulation</property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue