From 08249af7168e531579a66cd0d98238a6977da031 Mon Sep 17 00:00:00 2001 From: The feren OS Dev Date: Tue, 16 Apr 2019 17:07:15 +0100 Subject: [PATCH] Add 'dont-cancel' to settings.conf --- settings.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/settings.conf b/settings.conf index 8135ef3db..bd0d307bd 100644 --- a/settings.conf +++ b/settings.conf @@ -163,3 +163,8 @@ dont-chroot: false # # YAML: boolean. 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