Skip to content

Commit a1ad907

Browse files
authored
add the save-without-archive key
1 parent e5f67b5 commit a1ad907

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

flatpak/io.github.vikdevelop.SaveDesktop.gschema.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
</key>
7070
<key name="enable-encryption" type="b">
7171
<default>false</default>
72-
<summary>Enable/Disable encryption of the configuration archives</summary>
72+
<summary>Enable/Disable encryption of the configuration archives in the manually mode</summary>
7373
</key>
7474
<key name="file-for-syncing" type="s">
7575
<default>''</default>
@@ -96,7 +96,11 @@
9696
</key>
9797
<key name="first-synchronization-setup" type="b">
9898
<default>true</default>
99-
<summary>Set showing the synchronization first setup dialog</summary>
99+
<summary>Set showing the initial synchronization setup dialog</summary>
100+
</key>
101+
<key name="save-without-archive" type="b">
102+
<default>false</default>
103+
<summary>Disable creating an archive in the manual saving mode</summary>
100104
</key>
101105
</schema>
102106
</schemalist>

0 commit comments

Comments
 (0)