mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-24 19:56:43 -06:00
chore: β
This commit is contained in:
parent
e57c6f94d2
commit
012f15d84b
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ export const sidebarDef = {
|
||||||
location.reload();
|
location.reload();
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
text: i18n.global.t('desktop'),
|
text: i18n.global.t('desktop') + ' (β)',
|
||||||
action: () => {
|
action: () => {
|
||||||
localStorage.setItem('ui', 'desktop');
|
localStorage.setItem('ui', 'desktop');
|
||||||
location.reload();
|
location.reload();
|
||||||
|
|
Loading…
Reference in a new issue