mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Manager: Remove the pointless "Convert system to PIII" option.
This commit is contained in:
@@ -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"));
|
||||
contextMenu.addAction(&setSystemIcon);
|
||||
connect(&setSystemIcon, &QAction::triggered, [this] {
|
||||
|
||||
Reference in New Issue
Block a user