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
+2
View File
@@ -70,6 +70,7 @@
"animationDisabled": false,
"compactLockScreen": false,
"lockOnSuspend": true,
"showHibernateOnLockScreen": false,
"enableShadows": true,
"shadowDirection": "bottom_right",
"shadowOffsetX": 2,
@@ -325,6 +326,7 @@
"walker": false,
"code": false,
"spicetify": false,
"telegram": false,
"enableUserTemplates": false
},
"nightLight": {
+2
View File
@@ -215,6 +215,7 @@ Singleton {
property bool animationDisabled: false
property bool compactLockScreen: false
property bool lockOnSuspend: true
property bool showHibernateOnLockScreen: false
property bool enableShadows: true
property string shadowDirection: "bottom_right"
property int shadowOffsetX: 2
@@ -506,6 +507,7 @@ Singleton {
property bool walker: false
property bool code: false
property bool spicetify: false
property bool telegram: false
property bool enableUserTemplates: false
}
+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