diff --git a/core/cmd/dms/commands_doctor.go b/core/cmd/dms/commands_doctor.go index 0608c9af..c96f963c 100644 --- a/core/cmd/dms/commands_doctor.go +++ b/core/cmd/dms/commands_doctor.go @@ -180,7 +180,7 @@ func checkSystemInfo() []checkResult { func checkEnvironmentVars() []checkResult { var results []checkResult results = append(results, checkEnvVar("QT_QPA_PLATFORMTHEME")...) - results = append(results, checkEnvVar("QT_ICON_THEME")...) + results = append(results, checkEnvVar("QS_ICON_THEME")...) return results }