mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2026-02-23 03:33:57 +11:00
core/command: reset color after compatibility warning msg
This commit is contained in:
parent
d24e8e9736
commit
9cdda21974
1 changed files with 1 additions and 1 deletions
|
|
@ -461,7 +461,7 @@ int runCommand(int argc, char** argv, QCoreApplication* coreApplication) {
|
||||||
QTextStream(stdout) << "\033[31mCOMPATIBILITY WARNING: Quickshell was built against Qt "
|
QTextStream(stdout) << "\033[31mCOMPATIBILITY WARNING: Quickshell was built against Qt "
|
||||||
<< QT_VERSION_STR << " but the system has updated to Qt " << qVersion()
|
<< QT_VERSION_STR << " but the system has updated to Qt " << qVersion()
|
||||||
<< " without rebuilding the package. This is likely to cause crashes, so "
|
<< " without rebuilding the package. This is likely to cause crashes, so "
|
||||||
"you must rebuild the quickshell package.\n";
|
"you must rebuild the quickshell package.\n\033[0m";
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue