Skip to content

Commit

Permalink
Set default packaging toolbar visibility preference to true
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jan 5, 2024
1 parent aeda9d3 commit 854c7f5
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 @@ -23,7 +23,7 @@ def __init__(self):
self.add_setting(
String("importDirectory", Scope.Global, str(home.joinpath("QField/import")))
)
self.add_setting(Bool("showPackagingActions", Scope.Global, False))
self.add_setting(Bool("showPackagingActions", Scope.Global, True))
self.add_setting(String("importDirectoryProject", Scope.Project, None))
self.add_setting(Dictionary("dirsToCopy", Scope.Project, {}))
self.add_setting(Stringlist("attachmentDirs", Scope.Project, ["DCIM"]))
Expand Down

0 comments on commit 854c7f5

Please sign in to comment.