qt: Add VM-manager message handling on windows

This commit is contained in:
ts-korhonen
2022-01-22 01:10:11 +02:00
parent 7fdeff1851
commit 7995be4adb
7 changed files with 174 additions and 3 deletions

View File

@@ -1491,3 +1491,13 @@ void MainWindow::on_actionEnable_Discord_integration_triggered(bool checked)
discord_close();
}
void MainWindow::showSettings()
{
if (findChild<Settings*>() == nullptr)
ui->actionSettings->trigger();
}
void MainWindow::hardReset()
{
ui->actionHard_Reset->trigger();
}