add gs
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
local luaAppLegacyInputDisabledGlobally = settings():GetFFlag('LuaAppLegacyInputDisabledGlobally2')
|
||||
|
||||
return function(component)
|
||||
if luaAppLegacyInputDisabledGlobally then
|
||||
return component.Activated
|
||||
else
|
||||
return component.MouseButton1Click
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user