From e72987a9996d7764edb02b40e94703d8b5e5fac8 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Sun, 26 Sep 2021 18:48:02 +0200 Subject: gui settings: have a static pool of other accounts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If we create them dynamically, we won’t be able to delete them due to a hole in GLib: https://gitlab.gnome.org/GNOME/glib/-/issues/993 --- eu.planete_kraus.Disfluid.gschema.xml.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/eu.planete_kraus.Disfluid.gschema.xml.in b/eu.planete_kraus.Disfluid.gschema.xml.in index c84aca8..2f264f2 100644 --- a/eu.planete_kraus.Disfluid.gschema.xml.in +++ b/eu.planete_kraus.Disfluid.gschema.xml.in @@ -92,5 +92,18 @@ + + + + + + + + + + + -- cgit v1.2.3