Skip to content

Commit

Permalink
refactor: make schema key entry consistent with the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Feb 29, 2024
1 parent 62abb0b commit 1f31c58
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/io.github.seadve.Kooha.gschema.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@
</choices>
<default>"monitor-window"</default>
</key>
<key type="s" name="profile-id">
<default>"webm-vp8"</default>
</key>
<key type="u" name="record-delay">
<default>0</default>
</key>
<key type="b" name="record-desktop-audio">
<default>true</default>
</key>
Expand All @@ -23,9 +17,15 @@
<key type="b" name="show-pointer">
<default>true</default>
</key>
<key type="u" name="record-delay">
<default>0</default>
</key>
<key type="ay" name="saving-location">
<default>b""</default>
</key>
<key type="s" name="profile-id">
<default>"webm-vp8"</default>
</key>
<key type="(ii)" name="framerate">
<default>(30, 1)</default>
</key>
Expand Down

0 comments on commit 1f31c58

Please sign in to comment.