Consolidate detail view from 4 tabs to 2 (About + Details)

This commit is contained in:
2026-02-28 01:42:35 +02:00
parent f2cf2b3466
commit 0842f5ed61
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>