Settings: add telegram

ProgramCheckerService: add check for telegram
This commit is contained in:
Ly-sec
2025-11-22 21:10:50 +01:00
parent cee39cce58
commit aa34a7ed36
3 changed files with 7 additions and 1 deletions
+3 -1
View File
@@ -27,6 +27,7 @@ Singleton {
property bool codeAvailable: false
property bool gnomeCalendarAvailable: false
property bool spicetifyAvailable: false
property bool telegramAvailable: false
// Discord client auto-detection
property var availableDiscordClients: []
@@ -181,7 +182,8 @@ Singleton {
"wlsunsetAvailable": ["which", "wlsunset"],
"codeAvailable": ["which", "code"],
"gnomeCalendarAvailable": ["which", "gnome-calendar"],
"spicetifyAvailable": ["which", "spicetify"]
"spicetifyAvailable": ["which", "spicetify"],
"telegramAvailable": ["which", "telegram-desktop"]
})
// Internal tracking