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"] })