From 4ceaa5ffe7eee417b075216e7a08c91422dfa244 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Sun, 21 Apr 2019 17:14:11 +0200 Subject: [PATCH] Settings: rename so it looks like a group of related settings --- settings.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.conf b/settings.conf index bd0d307bd..884c44544 100644 --- a/settings.conf +++ b/settings.conf @@ -154,7 +154,7 @@ dont-chroot: false # Calamares will complain if this is not explicitly set. # oem-setup: true -# If this is set to true, the "Cancel" button will be disabled. +# If this is set to true, the "Cancel" button will be disabled entirely. # This can be useful if when e.g. Calamares is used as a post-install # configuration tool and you require the user to go through all the # configuration steps. @@ -167,4 +167,4 @@ disable-cancel: false # If this is set to true, the "Cancel" button will be disabled once # you start the 'Installation', meaning there won't be a way to cancel # the Installation until it has finished or installation has failed. -dont-cancel: false +disable-cancel-during-exec: false