From 89331d303117288edf07f628a9c5c454be4bfdb4 Mon Sep 17 00:00:00 2001 From: Jannik Schönartz Date: Wed, 24 Nov 2021 00:41:37 +0100 Subject: Add a parameter allowing the edit checkbox to be checked by default --- src/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 011e82a..3536549 100644 --- a/src/config.h +++ b/src/config.h @@ -10,6 +10,7 @@ class Config public: static const ConfigOption* const ALLOW_SCREENSAVER_DISABLE; static const ConfigOption* const ALLOW_VM_EDIT; + static const ConfigOption* const ALLOW_VM_EDIT_CHECKED; static const ConfigOption* const AUTOQUIT; static const ConfigOption* const BASEDIR; static const ConfigOption* const CONFIG; -- cgit v1.2.3-55-g7522