mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-10 12:08:12 -06:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user