Revert "Removed TickTick App"

This commit is contained in:
Nikhil Badyal
2022-11-26 13:31:07 +05:30
committed by GitHub
parent e16bd87d9d
commit 765d67ecfa
3 changed files with 6 additions and 1 deletions
+2
View File
@@ -47,6 +47,7 @@ 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"),
}
@@ -119,6 +120,7 @@ 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)):