mirror of
https://github.com/Snigdha-OS/snigdhaos-assistant.git
synced 2026-02-13 09:54:03 +01:00
chore: update file
This commit is contained in:
@@ -342,7 +342,7 @@ void SnigdhaOSAssistant::relaunchSelf(){
|
||||
updateState(param);
|
||||
}
|
||||
|
||||
void SnigdhaOSAssistant::on_selectWidget_buttonBox_clicked(){
|
||||
void SnigdhaOSAssistant::on_textWidget_buttonBox_clicked(){
|
||||
switch (currentState) {
|
||||
case State::WELCOME:
|
||||
if (ui->textWidget_buttonBox->standardButton(button) == QDialogButtonBox::Ok) {
|
||||
@@ -385,3 +385,9 @@ void SnigdhaOSAssistant::on_selectWidget_buttonBox_clicked(){
|
||||
}
|
||||
}
|
||||
|
||||
void SnigdhaOSAssistant::on_selectWidget_buttonBox_clicked(QAbstractButton* button){
|
||||
if (ui->selectWidget_buttonBox->standardButton(button) == QDialogButtonBox::Ok) {
|
||||
updateState(State::APPLY);
|
||||
} else
|
||||
updateState(State::QUIT);
|
||||
}
|
||||
Reference in New Issue
Block a user