From 9f8ff37973744bcee0d5fff7981d6ba9e825b66d Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 27 Aug 2021 15:23:42 -0300 Subject: [PATCH] Default for update session file is now false. --- schemas/linux/application.gschema.xml.in | 2 +- schemas/windows/application.gschema.xml.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/linux/application.gschema.xml.in b/schemas/linux/application.gschema.xml.in index 333b255..a51f8dc 100644 --- a/schemas/linux/application.gschema.xml.in +++ b/schemas/linux/application.gschema.xml.in @@ -70,7 +70,7 @@ - true + false Update default session time from command line diff --git a/schemas/windows/application.gschema.xml.in b/schemas/windows/application.gschema.xml.in index 55b7dd5..1b69d0e 100644 --- a/schemas/windows/application.gschema.xml.in +++ b/schemas/windows/application.gschema.xml.in @@ -75,7 +75,7 @@ - true + false Update default session time from command line -- libgit2 0.21.2