From d3fe02fb3e8dd7bfc45c246d54d45acccd5959c7 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 10 Apr 2021 12:40:50 +0900 Subject: Default UI redesign (#7429) * wip * wip * wip * wip * Update default.sidebar.vue * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update sticky-sidebar.ts * wip * wip * Update messaging-room.form.vue * Update timeline.vue --- src/client/sidebar.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/client/sidebar.ts') diff --git a/src/client/sidebar.ts b/src/client/sidebar.ts index 97036042cf..09b69fd815 100644 --- a/src/client/sidebar.ts +++ b/src/client/sidebar.ts @@ -142,6 +142,12 @@ export const sidebarDef = { localStorage.setItem('ui', 'deck'); unisonReload(); } + }, { + text: 'pope', + action: () => { + localStorage.setItem('ui', 'pope'); + unisonReload(); + } }, { text: 'Chat (β)', action: () => { -- cgit v1.2.3-freya