Tech-FZ / EmuGUI

A QEMU GUI that I made.
https://tech-fz.github.io/EmuGUI-doc/
GNU General Public License v3.0
103 stars 10 forks source link

Reduce the number of reboots? #40

Closed Tech-FZ closed 1 year ago

Tech-FZ commented 1 year ago

Well, with EmuGUI 0.6.3, if you change a language, you are prompted to restart the program but I think there is a way to reduce the number of required restarts by putting the code for opening that dialog inside a seperate except clause for every language changing block.

Tech-FZ commented 1 year ago

This is now accomplished.