We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af08c0 commit b4c62b8Copy full SHA for b4c62b8
src/core/paths.cpp
@@ -19,7 +19,7 @@
19
#include "logcat.hpp"
20
21
namespace {
22
-QS_LOGGING_CATEGORY(logPaths, "quickshell.paths");
+QS_LOGGING_CATEGORY(logPaths, "quickshell.paths", QtWarningMsg);
23
}
24
25
QsPaths* QsPaths::instance() {
0 commit comments