Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mumble/Settings.h')
-rw-r--r--src/mumble/Settings.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mumble/Settings.h b/src/mumble/Settings.h
index 6f470f449..7330c1ce6 100644
--- a/src/mumble/Settings.h
+++ b/src/mumble/Settings.h
@@ -25,6 +25,7 @@
#include "Channel.h"
#include "EchoCancelOption.h"
+#include "QuitBehavior.h"
#include "SSL.h"
#include "SearchDialog.h"
@@ -407,7 +408,7 @@ struct Settings {
bool bMinimalView = false;
bool bHideFrame = false;
AlwaysOnTopBehaviour aotbAlwaysOnTop = OnTopNever;
- bool bAskOnQuit = true;
+ QuitBehavior quitBehavior = QuitBehavior::ALWAYS_ASK;
bool bEnableDeveloperMenu = false;
bool bLockLayout = false;
bool bHideInTray = false;