mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Preferences: hook up default file behavior in the dialog
This now sets the preference variable / config entry and keeps them in sync. Doesn't actually change the behavior at program start, yet. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
bfd3782b81
commit
10b9202757
3 changed files with 50 additions and 0 deletions
|
|
@ -34,6 +34,9 @@ slots:
|
|||
void gfhighChanged(int gf);
|
||||
void proxyType_changed(int idx);
|
||||
void on_btnUseDefaultFile_toggled(bool toggle);
|
||||
void on_noDefaultFile_toggled(bool toggle);
|
||||
void on_localDefaultFile_toggled(bool toggle);
|
||||
void on_cloudDefaultFile_toggled(bool toggle);
|
||||
void facebookLoggedIn();
|
||||
void facebookDisconnect();
|
||||
void cloudPinNeeded(bool toggle);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue