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

Fix machine and cpu combobox value correctly #62

Closed rzglitch closed 12 months ago

rzglitch commented 12 months 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 12 months 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.