wip
This commit is contained in:
@@ -130,19 +130,19 @@ export const sidebarDef = {
|
||||
icon: faColumns,
|
||||
action: (ev) => {
|
||||
os.modalMenu([{
|
||||
text: i18n.global.t('default'),
|
||||
text: i18n.locale.default,
|
||||
action: () => {
|
||||
localStorage.setItem('ui', 'default');
|
||||
location.reload();
|
||||
}
|
||||
}, {
|
||||
text: i18n.global.t('deck'),
|
||||
text: i18n.locale.deck,
|
||||
action: () => {
|
||||
localStorage.setItem('ui', 'deck');
|
||||
location.reload();
|
||||
}
|
||||
}, {
|
||||
text: i18n.global.t('desktop') + ' (β)',
|
||||
text: i18n.locale.desktop + ' (β)',
|
||||
action: () => {
|
||||
localStorage.setItem('ui', 'desktop');
|
||||
location.reload();
|
||||
|
Reference in New Issue
Block a user