Make the Enabled properties advanced, show in GUI, and change name

Update GUI hash to show enabled property
This commit is contained in:
Emma Broman
2023-04-25 11:29:41 +02:00
parent 297fa5b274
commit 1762bec1c2
10 changed files with 15 additions and 15 deletions

View File

@@ -49,9 +49,9 @@ namespace {
constexpr openspace::properties::Property::PropertyInfo EnabledInfo = {
"Enabled",
"Is Enabled",
"Enabled",
"This setting determines whether this sceen space plane will be visible or not",
openspace::properties::Property::Visibility::NoviceUser
openspace::properties::Property::Visibility::AdvancedUser
};
constexpr openspace::properties::Property::PropertyInfo