summaryrefslogtreecommitdiff
path: root/src/client/sidebar.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/sidebar.ts')
-rw-r--r--src/client/sidebar.ts6
1 files changed, 6 insertions, 0 deletions
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
@@ -143,6 +143,12 @@ export const sidebarDef = {
unisonReload();
}
}, {
+ text: 'pope',
+ action: () => {
+ localStorage.setItem('ui', 'pope');
+ unisonReload();
+ }
+ }, {
text: 'Chat (β)',
action: () => {
localStorage.setItem('ui', 'chat');