Skip to content

Commit 41b2468

Browse files
committed
refactor(gschema): Remove unused keys
1 parent 1b2474f commit 41b2468

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

data/com.github.marhkb.Pods.gschema.xml.in

-29
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,6 @@
2626
<summary>The last used view</summary>
2727
<description></description>
2828
</key>
29-
<key name="containers-view" type="s">
30-
<choices>
31-
<choice value='grid'/>
32-
<choice value='list'/>
33-
</choices>
34-
<default>'grid'</default>
35-
<summary>Containers representation</summary>
36-
<description></description>
37-
</key>
38-
<key name="hide-intermediate-images" type="b">
39-
<default>false</default>
40-
<summary>Whether to hide intermediate images</summary>
41-
<description></description>
42-
</key>
4329
<key name="last-used-container-file-path" type="s">
4430
<default>''</default>
4531
<summary>The last used container file path</summary>
@@ -55,21 +41,6 @@
5541
<summary>Remove images even when they are used by external containers (e.g, by build containers)</summary>
5642
<description></description>
5743
</key>
58-
<key name="show-only-running-containers" type="b">
59-
<default>false</default>
60-
<summary>Whether to show only running containers</summary>
61-
<description></description>
62-
</key>
63-
<key name="show-only-running-pods" type="b">
64-
<default>false</default>
65-
<summary>Whether to show only running pods</summary>
66-
<description></description>
67-
</key>
68-
<key name="show-only-used-volumes" type="b">
69-
<default>false</default>
70-
<summary>Whether to show only used volumes</summary>
71-
<description></description>
72-
</key>
7344
<key name="show-log-timestamps" type="b">
7445
<default>false</default>
7546
<summary>Whether to show a timestamp for each log line</summary>

0 commit comments

Comments
 (0)