支持重新配置内核

This commit is contained in:
2024-05-11 21:20:48 +08:00
parent 3c88cc03f8
commit 90c04767ad
8 changed files with 54 additions and 17 deletions

View File

@@ -16,7 +16,8 @@ class KernelInstaller : public QMainWindow
public:
enum Option {
Install,
Remove
Remove,
Reconfigure
};
explicit KernelInstaller(Option option, QStringList kernelList, QWidget *parent = nullptr);