Skip to content

Commit

Permalink
Bug Fix
Browse files Browse the repository at this point in the history
Bug fix for consecutive create config presses when using SteamOS FW bootnum option
  • Loading branch information
jlobue10 committed Feb 25, 2023
1 parent 579d0c2 commit 1f6f306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GUI/src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ void MainWindow::on_Install_Config_clicked()
}

string MainWindow::Get_FW_BootNum() {
FW_BootNum_SteamOS.clear();
FILE *process;
char buff[1024];
process = popen("efibootmgr | grep steam | grep -Eo '[0-9]{1,4}' | head -1", "r");
Expand Down

0 comments on commit 1f6f306

Please sign in to comment.