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:
lashman
2026-02-28 01:42:35 +02:00
parent 80a81191ab
commit e311f6b230
2 changed files with 27 additions and 23 deletions

View File

@@ -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>