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:
@@ -241,7 +241,7 @@ public:
|
||||
}
|
||||
static bool showOnError()
|
||||
{
|
||||
return getGroup()->GetBool("checkShowReportViewOnError", true);
|
||||
return getGroup()->GetBool("checkShowReportViewOnError", false);
|
||||
}
|
||||
static void toggleShowOnError()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user