summaryrefslogtreecommitdiffstats
path: root/src/globals.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/globals.cpp')
-rw-r--r--src/globals.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/globals.cpp b/src/globals.cpp
index 50bb19a..1531e67 100644
--- a/src/globals.cpp
+++ b/src/globals.cpp
@@ -21,6 +21,7 @@ const QString previousSessionFile(userPath + "/vmchooser2.ini");
bool debugMode = false;
bool pvsEnabled = false;
int g_autoQuitSeconds = 0;
+bool g_allowVmEdit = false;
QString pool;
QString theme;