Chat UI (#7197)
* wip * wip * wip * wip * refactor * Update note.vue * wip
This commit is contained in:
@@ -141,6 +141,12 @@ export const sidebarDef = {
|
||||
localStorage.setItem('ui', 'deck');
|
||||
location.reload();
|
||||
}
|
||||
}, {
|
||||
text: 'Chat (β)',
|
||||
action: () => {
|
||||
localStorage.setItem('ui', 'chat');
|
||||
location.reload();
|
||||
}
|
||||
}, {
|
||||
text: i18n.locale.desktop + ' (β)',
|
||||
action: () => {
|
||||
|
Reference in New Issue
Block a user