Consolidate detail view from 4 tabs to 2 (About + Details)
Merge Overview into About tab, combine System + Security + Storage into a single Details tab. Map old GSettings tab names to new ones for backward compatibility.
This commit is contained in:
@@ -57,14 +57,12 @@
|
||||
</key>
|
||||
<key name="detail-tab" type="s">
|
||||
<choices>
|
||||
<choice value='overview'/>
|
||||
<choice value='system'/>
|
||||
<choice value='security'/>
|
||||
<choice value='storage'/>
|
||||
<choice value='about'/>
|
||||
<choice value='details'/>
|
||||
</choices>
|
||||
<default>'overview'</default>
|
||||
<default>'about'</default>
|
||||
<summary>Last detail view tab</summary>
|
||||
<description>The last selected tab in the detail view (overview, system, security, storage).</description>
|
||||
<description>The last selected tab in the detail view (about or details).</description>
|
||||
</key>
|
||||
<key name="auto-check-updates" type="b">
|
||||
<default>false</default>
|
||||
|
||||
Reference in New Issue
Block a user