Facebook integration: change the menu entry to disconnect

This way the menu entry becomes the togglee it appears it was designed to be in
the first place.

This closes #129

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-01-01 22:23:39 -08:00
parent a63505dde9
commit b2cc840ebf
3 changed files with 18 additions and 2 deletions

View file

@ -183,6 +183,9 @@ slots:
void socialNetworkRequestConnect();
void socialNetworkRequestUpload();
void facebookLoggedIn();
void facebookLoggedOut();
private:
Ui::MainWindow ui;
QAction *actionNextDive;