Gui: Center notification label and disable show report view by default (#21872)

* Gui: Center notification label and disable show report view by default

* Stylesheet: min-width: 0 for QStatusBar QPushButton
This commit is contained in:
Max Wilfinger
2025-06-16 18:03:58 +02:00
committed by GitHub
parent 1e29a3273f
commit ccf27775dc
5 changed files with 15 additions and 3 deletions

View File

@@ -241,7 +241,7 @@ public:
}
static bool showOnError()
{
return getGroup()->GetBool("checkShowReportViewOnError", true);
return getGroup()->GetBool("checkShowReportViewOnError", false);
}
static void toggleShowOnError()
{