支持UEFI启动

This commit is contained in:
2023-08-09 22:57:14 +08:00
parent 01fe3ed3ab
commit f2d766d0f9
8 changed files with 290 additions and 84 deletions

View File

@@ -40,7 +40,7 @@ public:
int OpenUSB();
int EnabledUEFI(bool status);
private:
QString commandOption;
QString commandOption = "";
};