summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan de Groot <groot@kde.org>2019-04-21 17:34:42 +0200
committerAdriaan de Groot <groot@kde.org>2019-04-21 17:34:42 +0200
commit64985997d0a1225b2777f937062749d5ca384419 (patch)
tree6bda237dd99b112f6490ba0527b572bf0072cda3
parentb7ddb39105947dbb98f57c75b10ff0e006ad60ff (diff)
Settings: document new disable-cancel-during-exec
-rw-r--r--CHANGES4
-rw-r--r--settings.conf6
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 2ac33261c..e396247d0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -22,7 +22,9 @@ This release contains contributions from (alphabetically by first name):
* Under-the-hood code cleanups in lots of parts of the core. Calamares now
builds without warnings when Clang 8 is used.
-
+ * A new *disable-cancel-during-exec* setting provides more fine-grained
+ control than *disable-cancel* (which hides the button entirely).
+
## Modules ##
* All of the Python-based modules now have translations enabled.
diff --git a/settings.conf b/settings.conf
index 884c44544..938817ef1 100644
--- a/settings.conf
+++ b/settings.conf
@@ -155,6 +155,8 @@ dont-chroot: false
# oem-setup: true
# If this is set to true, the "Cancel" button will be disabled entirely.
+# The button is also hidden from view.
+#
# 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 +169,8 @@ 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.
+#
+# Default is false, but Calamares will complain if this is not explicitly set.
+#
+# YAML: boolean.
disable-cancel-during-exec: false