Allow setting no default account
This allows the user to select an account to use every time they launch an instance.
This commit is contained in:
@ -42,11 +42,16 @@ slots:
|
||||
|
||||
void on_editAccountBtn_clicked();
|
||||
|
||||
void on_setActiveBtn_clicked();
|
||||
void on_setDefaultBtn_clicked();
|
||||
|
||||
void on_noDefaultBtn_clicked();
|
||||
|
||||
// This will be sent when the "close" button is clicked.
|
||||
void on_closeBtnBox_rejected();
|
||||
|
||||
//! Updates the states of the dialog's buttons.
|
||||
void updateButtonStates();
|
||||
|
||||
signals:
|
||||
void activeAccountChanged();
|
||||
|
||||
|
Reference in New Issue
Block a user