mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-21 18:38:20 -05:00
Add developer lua script that sets property visibility to "Developer" if an environment variable called "OPENSPACE_DEVELOPER" is set
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
if(os.getenv("OPENSPACE_DEVELOPER"))
|
||||
then
|
||||
openspace.setPropertyValueSingle('Modules.CefWebGui.Visibility', 4)
|
||||
end
|
||||
Reference in New Issue
Block a user