From 573105d269b43a5584d99801a92447fb7a90ca5d Mon Sep 17 00:00:00 2001 From: clsty Date: Mon, 13 Oct 2025 13:32:52 +0800 Subject: [PATCH] Add TODO in diagnose --- diagnose | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/diagnose b/diagnose index 667cba850..bdf18c99b 100755 --- a/diagnose +++ b/diagnose @@ -1,7 +1,12 @@ #!/usr/bin/env bash # # This script is for quickly generate helpful info +# # It should be as independent as possible and should not source other files unless it has to +# +# TODO: Add quickshell and Qt version check. +# Pay attention to the version of Qt which quickshell built against. + STY_RED='\e[31m' STY_RESET='\e[00m'