mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
plugin: Add setting for opening scripts externally
This commit is contained in:
@@ -33,14 +33,6 @@ local VALUES = {
|
||||
[Environment.Test] = false,
|
||||
},
|
||||
},
|
||||
UnstableOpenScriptsExternally = {
|
||||
type = "BoolValue",
|
||||
values = {
|
||||
[Environment.User] = false,
|
||||
[Environment.Dev] = false,
|
||||
[Environment.Test] = false,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
local CONTAINER_NAME = "RojoDevSettings" .. Config.codename
|
||||
@@ -152,10 +144,6 @@ function DevSettings:twoWaySyncEnabled()
|
||||
return getValue("UnstableTwoWaySync")
|
||||
end
|
||||
|
||||
function DevSettings:alwaysOpenScriptsExternally()
|
||||
return getValue("UnstableOpenScriptsExternally")
|
||||
end
|
||||
|
||||
function _G.ROJO_DEV_CREATE()
|
||||
DevSettings:createDevSettings()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user