Tech-FZ / EmuGUI

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

Fix machine and cpu combobox value correctly #62

Closed rzglitch closed 1 year ago

rzglitch commented 1 year ago

Hello,

On aarch64 machine values in the machine and cpu comboboxes not applied in the EditVM dialog. Because mistype the variables to get in comboBox_18 (aarch64's machine) and comboBox_17 (aarch64's cpu).

Tech-FZ commented 1 year ago

You're right... I did mix it up. Thanks for the contribution. I'll release an update of this ASAP.

PS: The fix needs to be made by myself on the pre-release at some point as well.