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