mirror of
https://github.com/Snigdha-OS/snigdhaos-assistant.git
synced 2025-09-20 19:45:01 +02:00
chore(users): fixed all the possible bugs and enhanced ui.
This commit is contained in:
@@ -28,9 +28,9 @@ public:
|
||||
INTERNET,
|
||||
UPDATE,
|
||||
UPDATE_RETRY,
|
||||
NVIDIA_CHECK,
|
||||
NVIDIA,
|
||||
NVIDIA_APPLY,
|
||||
// NVIDIA_CHECK,
|
||||
// NVIDIA,
|
||||
// NVIDIA_APPLY,
|
||||
SELECT,
|
||||
APPLY,
|
||||
APPLY_RETRY,
|
||||
@@ -52,8 +52,8 @@ private:
|
||||
void doInternetUpRequest();
|
||||
void doUpdate();
|
||||
void doApply();
|
||||
void doNvidiaCheck();
|
||||
void doNvidiaApply();
|
||||
// void doNvidiaCheck();
|
||||
// void doNvidiaApply();
|
||||
void populateSelectWidget();
|
||||
void populateSelectWidget(QString filename, QString label);
|
||||
void updateState(State state);
|
||||
|
Reference in New Issue
Block a user