wip: Desktop UI
This commit is contained in:
parent
0d4d7c9c0c
commit
d7085b17fe
6 changed files with 100 additions and 13 deletions
|
|
@ -13,5 +13,5 @@ export const langs = _LANGS_;
|
|||
export const getLocale = async () => Object.fromEntries((await entries(clientDb.i18n)) as [string, string][]);
|
||||
export const version = _VERSION_;
|
||||
export const instanceName = siteName === 'Misskey' ? host : siteName;
|
||||
export const deckmode = localStorage.getItem('deckmode') === 'true';
|
||||
export const ui = localStorage.getItem('ui');
|
||||
export const debug = localStorage.getItem('debug') === 'true';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue