Gui: Enable quick measure and input hints by default

This commit is contained in:
Benjamin Nauck
2025-10-08 11:58:32 +02:00
committed by Kacper Donat
parent e2e75f1039
commit f3c043195f

View File

@@ -42,7 +42,7 @@ StatusBarLabel::StatusBarLabel(QWidget *parent, const std::string& parameterName
"User parameter:BaseApp/Preferences/MainWindow");
// set visibility before storing parameterName to avoid saving it immediately
setVisible(hGrp->GetBool(parameterName.c_str(), false));
setVisible(hGrp->GetBool(parameterName.c_str(), true));
// now we can store parameterName
this->parameterName = parameterName;