Manager: Remove the pointless "Convert system to PIII" option.

This commit is contained in:
OBattler
2025-06-30 00:15:29 +02:00
parent ef3353c817
commit f29675e5d4

View File

@@ -72,10 +72,6 @@ VMManagerMain::VMManagerMain(QWidget *parent) :
} }
}); });
QAction convertToP3(tr("Convert system to PIII"));
contextMenu.addAction(&convertToP3);
convertToP3.setEnabled(false);
QAction setSystemIcon(tr("Set icon")); QAction setSystemIcon(tr("Set icon"));
contextMenu.addAction(&setSystemIcon); contextMenu.addAction(&setSystemIcon);
connect(&setSystemIcon, &QAction::triggered, [this] { connect(&setSystemIcon, &QAction::triggered, [this] {