qt_settingsdisplay: Changes are not lost on machine switch anymore

This commit is contained in:
Cacodemon345
2022-12-23 20:49:13 +06:00
parent d4ed4a57df
commit a2dcf9e12f
2 changed files with 13 additions and 7 deletions

View File

@@ -35,7 +35,9 @@ private slots:
private:
Ui::SettingsDisplay *ui;
int machineId = 0;
int machineId = 0;
int videoCard = 0;
int videoCard_2 = 0;
};
#endif // QT_SETTINGSDISPLAY_HPP