Added startup mod setting to disable/enable manager in the event it causes crashes or UPS issues so that it can be "optional"

This commit is contained in:
Will Berry
2023-03-09 14:47:50 -05:00
parent c178555343
commit 118f8c9eb2
4 changed files with 12 additions and 2 deletions

View File

@@ -111,6 +111,13 @@ data:extend({
minimum_value = 1,
maximum_value = 2147483647,
},
{
type = "bool-setting",
name = "cybersyn-manager-enabled",
order = "aa",
setting_type = "startup",
default_value = true,
},
--{
-- type = "bool-setting",
-- name = "cybersyn-disable-top-left-button",