新增驱动文件

This commit is contained in:
2024-06-01 08:56:18 +08:00
parent d369503284
commit c4923fa5b9
4 changed files with 12 additions and 2 deletions

View File

@@ -52,6 +52,7 @@ public:
int AddDiskSpace(QString path, double data);
private:
QString commandOption = "";
bool isUEFI = false;
};