diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-04-08 12:30:11 -0700 |
---|---|---|
committer | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-05-01 10:48:00 -0700 |
commit | 9f9c829bc5db1c5a643e709d701b929af8194deb (patch) | |
tree | e9140c5df79c864e50ecdbbcc7bb3db0befeb080 /launcher | |
parent | 236764adf6cb985dfc6d00b9cbcba8eb176510ed (diff) | |
download | PrismLauncher-9f9c829bc5db1c5a643e709d701b929af8194deb.tar.gz PrismLauncher-9f9c829bc5db1c5a643e709d701b929af8194deb.tar.bz2 PrismLauncher-9f9c829bc5db1c5a643e709d701b929af8194deb.zip |
fix: prevent logspam, fix MacOS theme artifacts
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher')
-rw-r--r-- | launcher/qtlogging.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/launcher/qtlogging.ini b/launcher/qtlogging.ini index eba5390d..4543378f 100644 --- a/launcher/qtlogging.ini +++ b/launcher/qtlogging.ini @@ -1,5 +1,8 @@ [Rules] *.debug=true +# prevent log spam and strange bugs +# qt.qpa.drawing in particular causes theme artifacts on MacOS +qt.*.debug=false # remove the debug lines, other log levels still get through launcher.task.net.download.debug=false # enable or disable whole catageries |