Remove stray blank line

This commit is contained in:
Andrew Pilley
2024-01-17 09:38:07 -08:00
parent ce2ac55221
commit 07493c2bc9
-1
View File
@@ -566,7 +566,6 @@ GMainWindow::GMainWindow(std::unique_ptr<QtConfig> config_, bool has_broken_vulk
ui->action_Fullscreen->setChecked(is_fullscreen);
}
if (!game_path.isEmpty()) {
BootGame(game_path);
}