mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-18 01:41:29 -06:00
Make the Enabled properties advanced, show in GUI, and change name
Update GUI hash to show enabled property
This commit is contained in:
@@ -44,10 +44,10 @@ namespace {
|
||||
|
||||
constexpr openspace::properties::Property::PropertyInfo EnabledInfo = {
|
||||
"Enabled",
|
||||
"Is Enabled",
|
||||
"Enabled",
|
||||
"This setting determines whether this object will be visible or not",
|
||||
// @VISIBILITY(0.33)
|
||||
openspace::properties::Property::Visibility::NoviceUser
|
||||
openspace::properties::Property::Visibility::AdvancedUser
|
||||
};
|
||||
|
||||
constexpr openspace::properties::Property::PropertyInfo RenderableTypeInfo = {
|
||||
|
||||
Reference in New Issue
Block a user