forked from rojo-rbx/rojo
Add never option to Confirmation (#893)
This commit is contained in:
@@ -582,6 +582,9 @@ function App:startSession()
|
||||
return "Accept"
|
||||
end
|
||||
end
|
||||
elseif confirmationBehavior == "Never" then
|
||||
Log.trace("Accepting patch without confirmation because behavior is set to Never")
|
||||
return "Accept"
|
||||
end
|
||||
|
||||
-- The datamodel name gets overwritten by Studio, making confirmation of it intrusive
|
||||
|
||||
Reference in New Issue
Block a user