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

@@ -39,7 +39,7 @@ namespace {
constexpr openspace::properties::Property::PropertyInfo EnabledInfo = {
"Enabled",
"Is Enabled",
"Enabled",
"This setting determines whether this server interface is enabled or not",
openspace::properties::Property::Visibility::AdvancedUser
};