Skip to content

Commit

Permalink
Merge pull request #626 from opengisch/suricactus-patch-1
Browse files Browse the repository at this point in the history
Do not show `master password` when using QFieldSync for the first time
  • Loading branch information
suricactus authored Dec 10, 2024
2 parents 622b21e + 93a435f commit fd50411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qfieldsync/core/preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__(self):
self.add_setting(Dictionary("qfieldCloudLastProjectFiles", Scope.Global, {}))
self.add_setting(String("qfieldCloudServerUrl", Scope.Global, ""))
self.add_setting(String("qfieldCloudAuthcfg", Scope.Global, ""))
self.add_setting(Bool("qfieldCloudRememberMe", Scope.Global, True))
self.add_setting(Bool("qfieldCloudRememberMe", Scope.Global, False))
self.add_setting(
String("cloudDirectory", Scope.Global, str(home.joinpath("QField/cloud")))
)
Expand Down

0 comments on commit fd50411

Please sign in to comment.