diff --git a/public/apps/final_cut.png b/public/apps/final_cut.png new file mode 100644 index 0000000000..b5218e8572 Binary files /dev/null and b/public/apps/final_cut.png differ diff --git a/public/apps/gdtop.png b/public/apps/gdtop.png new file mode 100644 index 0000000000..0dd6159e3e Binary files /dev/null and b/public/apps/gdtop.png differ diff --git a/public/apps/goland.png b/public/apps/goland.png new file mode 100644 index 0000000000..c24b355444 Binary files /dev/null and b/public/apps/goland.png differ diff --git a/public/apps/hopper.png b/public/apps/hopper.png new file mode 100644 index 0000000000..a8b2d19773 Binary files /dev/null and b/public/apps/hopper.png differ diff --git a/public/apps/ida64.png b/public/apps/ida64.png new file mode 100644 index 0000000000..94c60524ef Binary files /dev/null and b/public/apps/ida64.png differ diff --git a/public/apps/idea.png b/public/apps/idea.png new file mode 100644 index 0000000000..1dfef6bfc7 Binary files /dev/null and b/public/apps/idea.png differ diff --git a/public/apps/logic.png b/public/apps/logic.png new file mode 100644 index 0000000000..c32f52be28 Binary files /dev/null and b/public/apps/logic.png differ diff --git a/public/apps/onenote.png b/public/apps/onenote.png new file mode 100644 index 0000000000..a09c8a2f24 Binary files /dev/null and b/public/apps/onenote.png differ diff --git a/public/apps/playgrounds.png b/public/apps/playgrounds.png new file mode 100644 index 0000000000..65f19ddbae Binary files /dev/null and b/public/apps/playgrounds.png differ diff --git a/public/apps/proxyman.png b/public/apps/proxyman.png new file mode 100644 index 0000000000..93ae8b4c2e Binary files /dev/null and b/public/apps/proxyman.png differ diff --git a/public/apps/pycharm.png b/public/apps/pycharm.png new file mode 100644 index 0000000000..428d709eb3 Binary files /dev/null and b/public/apps/pycharm.png differ diff --git a/public/apps/surge.png b/public/apps/surge.png new file mode 100644 index 0000000000..add2102644 Binary files /dev/null and b/public/apps/surge.png differ diff --git a/public/apps/termius.png b/public/apps/termius.png new file mode 100644 index 0000000000..fdc1ead68c Binary files /dev/null and b/public/apps/termius.png differ diff --git a/public/apps/tf.png b/public/apps/tf.png new file mode 100644 index 0000000000..13230aa9f9 Binary files /dev/null and b/public/apps/tf.png differ diff --git a/public/apps/thorium.png b/public/apps/thorium.png new file mode 100644 index 0000000000..9f56b5d844 Binary files /dev/null and b/public/apps/thorium.png differ diff --git a/src/components/layout/header/internal/Activity.tsx b/src/components/layout/header/internal/Activity.tsx index 3013ed0418..2a6ad76028 100644 --- a/src/components/layout/header/internal/Activity.tsx +++ b/src/components/layout/header/internal/Activity.tsx @@ -58,6 +58,12 @@ const appLabels: { [app: string]: string } = { 'Microsoft Word': 'word', 'Microsoft Excel': 'excel', 'Microsoft PowerPoint': 'powerpoint', + 'Microsoft OneNote': 'onenote', + 'Final Cut Pro': 'final_cut', + 'Logic Pro': 'logic', + 'IntelliJ IDEA': 'idea', + 'GitHub Desktop': 'gdtop', + 'Hopper Disassembler': 'hopper', IINA: 'iina', Warp: 'warp', RemNote: 'remnote', @@ -105,6 +111,15 @@ const appLabels: { [app: string]: string } = { Lark: 'lark', Feishu: 'lark', SimplyPiano: 'simply_piano', + GoLand: 'goland', + PyCharm: 'pycharm', + TestFlight: 'tf', + Playgrounds: 'playgrounds', + ida64: 'ida64', + Proxyman: 'proxyman', + Surge: 'surge', + Termius: 'termius', + Thorium: 'thorium', cmusic: 'cmusic', }