Removed Ticktick app

This commit is contained in:
Nikhil Badyal
2022-11-26 10:24:54 +05:30
parent f7fd12f599
commit e3894ac78f
3 changed files with 1 additions and 6 deletions
-2
View File
@@ -47,7 +47,6 @@ class Patches(object):
"com.spotify.music": ("spotify", "_spotify"),
"com.awedea.nyx": ("nyx-music-player", "_nyx"),
"ginlemon.iconpackstudio": ("icon-pack-studio", "_iconpackstudio"),
"com.ticktick.task": ("ticktick", "_ticktick"),
"tv.twitch.android.app": ("twitch", "_twitch"),
}
@@ -120,7 +119,6 @@ class Patches(object):
"spotify": "_spotify",
"nyx-music-player": "_nyx",
"icon-pack-studio": "_iconpackstudio",
"ticktick": "_ticktick",
"twitch": "_twitch",
}
if not (app_name := app_names.get(app)):