summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorJannik Schönartz2021-11-24 00:41:37 +0100
committerJannik Schönartz2021-11-24 00:41:37 +0100
commit89331d303117288edf07f628a9c5c454be4bfdb4 (patch)
tree72d5fad5fa979a9186911fa5db8b55738993f2e2 /src/config.h
parentvsession icon: Match agains OS display name too (diff)
downloadvmchooser2-89331d303117288edf07f628a9c5c454be4bfdb4.tar.gz
vmchooser2-89331d303117288edf07f628a9c5c454be4bfdb4.tar.xz
vmchooser2-89331d303117288edf07f628a9c5c454be4bfdb4.zip
Add a parameter allowing the edit checkbox to be checked by defaultremote-edit-vm
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
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;