mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refs #485, renamed to cmdLineErrorMessage (to distinguish from status messages)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
76814b43be
commit
c411f07551
@@ -310,7 +310,7 @@ namespace BlackGui
|
||||
}
|
||||
if (msgs.hasErrorMessages())
|
||||
{
|
||||
this->showMessages(msgs);
|
||||
this->showOverlayMessages(msgs);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -379,7 +379,7 @@ namespace BlackGui
|
||||
// errors if any
|
||||
if (msgs.hasErrorMessages())
|
||||
{
|
||||
this->showMessages(msgs);
|
||||
this->showOverlayMessages(msgs);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -594,7 +594,7 @@ namespace BlackGui
|
||||
);
|
||||
if (msgs.hasWarningOrErrorMessages())
|
||||
{
|
||||
this->showMessages(msgs);
|
||||
this->showOverlayMessages(msgs);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user