xqemu / xqemu-manager

Simple graphical user interface to manage XQEMU
http://xqemu.com
GNU General Public License v2.0
34 stars 10 forks source link

"Pause" button is enabled, even if XQEMU is not running #52

Closed JayFoxRox closed 4 years ago

JayFoxRox commented 5 years ago

The "Pause" button doesn't do anything if XQEMU is not running. Therefore, the button should be disabled when XQEMU is not running.

This will be easy after #48 because we have a callback for starting/stopping of the XQEMU process.