Skip to content

Commit 9cdda21

Browse files
committed
core/command: reset color after compatibility warning msg
1 parent d24e8e9 commit 9cdda21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/launch/command.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ int runCommand(int argc, char** argv, QCoreApplication* coreApplication) {
461461
QTextStream(stdout) << "\033[31mCOMPATIBILITY WARNING: Quickshell was built against Qt "
462462
<< QT_VERSION_STR << " but the system has updated to Qt " << qVersion()
463463
<< " without rebuilding the package. This is likely to cause crashes, so "
464-
"you must rebuild the quickshell package.\n";
464+
"you must rebuild the quickshell package.\n\033[0m";
465465
return 1;
466466
}
467467

0 commit comments

Comments
 (0)