Fix CLI args

This commit is contained in:
SimoneN64
2024-08-16 00:02:14 +02:00
parent 154f39de6d
commit a4e6227af2
6 changed files with 9 additions and 9 deletions

View File

@@ -19,9 +19,6 @@ void MainWindowController::ConnectSignalsToSlots() noexcept {
"All supported types (*.zip *.ZIP *.7z *.7Z *.rar *.RAR *.tar *.TAR *.n64 *.N64 *.v64 *.V64 *.z64 *.Z64)");
if (!file_name.isEmpty()) {
view.actionPause->setEnabled(true);
view.actionReset->setEnabled(true);
view.actionStop->setEnabled(true);
emit OpenROM(file_name);
view.vulkanWidget->show();
}