mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Restore FB grayed out when disconnected
See https://github.com/Subsurface-divelog/subsurface/issues/253. The original behaviour (greyed out when disconnected) is restored. Not sure where and when got lost, but this simple change fixes it. Fixes #253 Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
a5d54b04a7
commit
f2d88619c5
2 changed files with 10 additions and 6 deletions
|
@ -245,6 +245,7 @@ private:
|
|||
WindowTitleUpdate *wtu;
|
||||
GpsLocation *locationProvider;
|
||||
QMenu *connections;
|
||||
QAction *share_on_fb;
|
||||
};
|
||||
|
||||
#endif // MAINWINDOW_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue