Skip to content

Commit

Permalink
refactor(gschema): Remove unused keys
Browse files Browse the repository at this point in the history
  • Loading branch information
marhkb committed Nov 14, 2024
1 parent 95ddc23 commit d561674
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions data/com.github.marhkb.Pods.gschema.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,6 @@
<summary>The last used view</summary>
<description></description>
</key>
<key name="containers-view" type="s">
<choices>
<choice value='grid'/>
<choice value='list'/>
</choices>
<default>'grid'</default>
<summary>Containers representation</summary>
<description></description>
</key>
<key name="hide-intermediate-images" type="b">
<default>false</default>
<summary>Whether to hide intermediate images</summary>
<description></description>
</key>
<key name="last-used-container-file-path" type="s">
<default>''</default>
<summary>The last used container file path</summary>
Expand All @@ -55,21 +41,6 @@
<summary>Remove images even when they are used by external containers (e.g, by build containers)</summary>
<description></description>
</key>
<key name="show-only-running-containers" type="b">
<default>false</default>
<summary>Whether to show only running containers</summary>
<description></description>
</key>
<key name="show-only-running-pods" type="b">
<default>false</default>
<summary>Whether to show only running pods</summary>
<description></description>
</key>
<key name="show-only-used-volumes" type="b">
<default>false</default>
<summary>Whether to show only used volumes</summary>
<description></description>
</key>
<key name="show-log-timestamps" type="b">
<default>false</default>
<summary>Whether to show a timestamp for each log line</summary>
Expand Down

0 comments on commit d561674

Please sign in to comment.