mirror of
https://github.com/jlobue10/SteamDeck_rEFInd.git
synced 2025-02-17 11:19:40 +08:00
Bug Fix
Bug fix for consecutive create config presses when using SteamOS FW bootnum option
This commit is contained in:
parent
579d0c2d1b
commit
1f6f306490
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user