From fab0d3d8db3423445f58ce85ccf0106b04495004 Mon Sep 17 00:00:00 2001 From: loner <2788892716@qq.com> Date: Mon, 24 Nov 2025 18:57:24 +0800 Subject: [PATCH] fix(program-checker): Improve Telegram detection for NixOS --- Services/System/ProgramCheckerService.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Services/System/ProgramCheckerService.qml b/Services/System/ProgramCheckerService.qml index cf2a95fa..a4d2f71a 100644 --- a/Services/System/ProgramCheckerService.qml +++ b/Services/System/ProgramCheckerService.qml @@ -184,7 +184,7 @@ Singleton { "codeAvailable": ["which", "code"], "gnomeCalendarAvailable": ["which", "gnome-calendar"], "spicetifyAvailable": ["which", "spicetify"], - "telegramAvailable": ["which", "telegram-desktop"], + "telegramAvailable": ["sh", "-c", "which telegram-desktop || which Telegram"], "cavaAvailable": ["which", "cava"] })