Change Default Navigator views order

* Reordered the categories in the Navigator so that List are grouped below and non list items are at the top.

* This makes it easier for people to understand at a glance the difference between the top 4 categories [Dashboard] & [Programmed Views/Extensions] and those below eg. List.
This commit is contained in:
Sam Manzi 2019-10-18 14:19:42 +11:00
parent f5861169fe
commit 45fe8ea69e
No known key found for this signature in database
GPG Key ID: F4A16068AE36B402

View File

@ -191,10 +191,11 @@ register('geography.use-keypad', True)
# needed), for instance to four 'interface.clipboard' variables -- # needed), for instance to four 'interface.clipboard' variables --
# so do a recursive grep for "setup_configs" to see all the (base) names # so do a recursive grep for "setup_configs" to see all the (base) names
register('interface.dont-ask', False) register('interface.dont-ask', False)
#Default Navigator views (sets order shown)
register('interface.view-categories', register('interface.view-categories',
["Dashboard", "People", "Relationships", "Families", ["Relationships", "Dashboard", "Ancestry","Geography",
"Ancestry", "Events", "Places", "Geography", "Sources", "People", "Families", "Events", "Places", "Notes",
"Citations", "Repositories", "Media", "Notes"]) "Media", "Citations", "Sources", "Repositories",])
register('interface.filter', False) register('interface.filter', False)
register('interface.fullscreen', False) register('interface.fullscreen', False)
register('interface.grampletbar-close', False) register('interface.grampletbar-close', False)