Skip to content

Commit 88daaa9

Browse files
committed
Missing schema setting, Fixes #48
1 parent 8ab50c4 commit 88daaa9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

schemas/com.github.alecaddd.sequeler.gschema.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
<description>The saved height of the window. Must be greater than 500, or it will not take effect.</description>
2525
</key>
2626

27+
<key name="tot-connections" type="i">
28+
<default>0</default>
29+
<summary>Total amount of saved connections.</summary>
30+
<description>Increase the amount at every new connection, set a unique ID for every connection.</description>
31+
</key>
32+
2733
<key name="saved-connections" type="as">
2834
<default>[]</default>
2935
<summary>The saved configured conenctions</summary>

src/Services/Settings.vala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ namespace Sequeler {
3030
public int tot_connections { get; set; }
3131
public bool dark_theme { get; set; }
3232
public bool save_quick { get; set; }
33-
public bool show_library { get; set; }
3433

3534
public static Settings get_instance () {
3635
if (instance == null) {

0 commit comments

Comments
 (0)