diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-06-30 10:53:40 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-06-30 10:53:40 +0900 |
| commit | bffe6fb9bfa1fe61eab4f03bd318c010644d7afb (patch) | |
| tree | fc411f106d78c928384eb880d79b458a371a8617 /packages/client/src/menu.ts | |
| parent | tweak client (diff) | |
| download | misskey-bffe6fb9bfa1fe61eab4f03bd318c010644d7afb.tar.gz misskey-bffe6fb9bfa1fe61eab4f03bd318c010644d7afb.tar.bz2 misskey-bffe6fb9bfa1fe61eab4f03bd318c010644d7afb.zip | |
tweak client
Diffstat (limited to 'packages/client/src/menu.ts')
| -rw-r--r-- | packages/client/src/menu.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/client/src/menu.ts b/packages/client/src/menu.ts index 2c0126eb84..72e3951602 100644 --- a/packages/client/src/menu.ts +++ b/packages/client/src/menu.ts @@ -81,12 +81,14 @@ export const menuDef = reactive({ os.popupMenu(items, ev.currentTarget ?? ev.target); }, }, + /* groups: { title: 'groups', icon: 'fas fa-users', show: computed(() => $i != null), to: '/my/groups', }, + */ antennas: { title: 'antennas', icon: 'fas fa-satellite', |