Added autorun on boot setting for windows.

This commit is contained in:
fourtf
2019-07-23 23:56:14 +02:00
parent a85e5821ba
commit 39f44d74b3
3 changed files with 11 additions and 0 deletions
+1
View File
@@ -98,6 +98,7 @@ public:
"/behaviour/autocompletion/smallStreamerLimit", 1000};
BoolSetting pauseChatOnHover = {"/behaviour/pauseChatHover", false};
BoolSetting autorun = {"/behaviour/autorun", false};
/// Commands
BoolSetting allowCommandsAtEnd = {"/commands/allowCommandsAtEnd", false};