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:
parent
f5861169fe
commit
45fe8ea69e
@ -191,10 +191,11 @@ register('geography.use-keypad', True)
|
||||
# needed), for instance to four 'interface.clipboard' variables --
|
||||
# so do a recursive grep for "setup_configs" to see all the (base) names
|
||||
register('interface.dont-ask', False)
|
||||
#Default Navigator views (sets order shown)
|
||||
register('interface.view-categories',
|
||||
["Dashboard", "People", "Relationships", "Families",
|
||||
"Ancestry", "Events", "Places", "Geography", "Sources",
|
||||
"Citations", "Repositories", "Media", "Notes"])
|
||||
["Relationships", "Dashboard", "Ancestry","Geography",
|
||||
"People", "Families", "Events", "Places", "Notes",
|
||||
"Media", "Citations", "Sources", "Repositories",])
|
||||
register('interface.filter', False)
|
||||
register('interface.fullscreen', False)
|
||||
register('interface.grampletbar-close', False)
|
||||
|
Loading…
Reference in New Issue
Block a user