Add askToSaveMemoryLayers to ini file template so it has a default and is searchable

This commit is contained in:
Richard Duivenvoorde 2020-05-27 12:27:43 +02:00 committed by Nyall Dawson
parent 535c25317f
commit b0e71a822e

View File

@ -47,6 +47,11 @@ stylesheet\toolbarSpacing=
[app]
# Whether the user should be asked to save a layer in case of one or more MemoryLayers
# when a project is closed.
# Default to true, set to false to disable this dialog/question.
askToSaveMemoryLayers=true
# Maximum number of recent projects to show on the welcome page
maxRecentProjects=20