mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
desktop: add password reset to cloud preferences
This must be the number one support request we get. I can't believe we never thought of adding a button to do this. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
84e8937787
commit
3eb5ea9adf
3 changed files with 28 additions and 3 deletions
|
@ -20,6 +20,7 @@ public:
|
|||
public slots:
|
||||
void updateCloudAuthenticationState();
|
||||
void passwordUpdateSuccessful();
|
||||
void on_resetPassword_clicked();
|
||||
|
||||
private:
|
||||
Ui::PreferencesCloud *ui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue