Wizard UX fixes

Fixed cancelEvent slot, disabled back butttons, removed close button since cancel button displays alert and can close app instead of loading GUI with light server error.
This commit is contained in:
fekt
2022-11-04 20:38:10 -04:00
parent 7454854bf6
commit ff8692fa39
2 changed files with 19 additions and 9 deletions

View File

@@ -23,11 +23,10 @@ public:
QString _seed;
void setSeed(QString Seed);
void setBirthday(QString Birthday);
void cancelEvent();
public slots:
void slot_change_theme(const QString& themeName);
void cancelEvent();
protected:
int nextId() const;