Change "Classic" to "Centered"
This commit is contained in:
parent
0996e2e2b6
commit
d2cee55c35
|
@ -919,7 +919,7 @@ manageAccounts: "Manage Accounts"
|
||||||
makeReactionsPublic: "Set reaction history to public"
|
makeReactionsPublic: "Set reaction history to public"
|
||||||
makeReactionsPublicDescription: "This will make the list of all your past reactions\
|
makeReactionsPublicDescription: "This will make the list of all your past reactions\
|
||||||
\ publicly visible."
|
\ publicly visible."
|
||||||
classic: "Classic"
|
classic: "Centered"
|
||||||
muteThread: "Mute thread"
|
muteThread: "Mute thread"
|
||||||
unmuteThread: "Unmute thread"
|
unmuteThread: "Unmute thread"
|
||||||
ffVisibility: "Follows/Followers Visibility"
|
ffVisibility: "Follows/Followers Visibility"
|
||||||
|
|
|
@ -120,14 +120,6 @@ export const navbarItemDef = reactive({
|
||||||
unisonReload();
|
unisonReload();
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
text: i18n.ts.deck,
|
|
||||||
active: ui === "deck",
|
|
||||||
action: () => {
|
|
||||||
localStorage.setItem("ui", "deck");
|
|
||||||
unisonReload();
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: i18n.ts.classic,
|
text: i18n.ts.classic,
|
||||||
active: ui === "classic",
|
active: ui === "classic",
|
||||||
|
@ -136,6 +128,14 @@ export const navbarItemDef = reactive({
|
||||||
unisonReload();
|
unisonReload();
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
text: i18n.ts.deck,
|
||||||
|
active: ui === "deck",
|
||||||
|
action: () => {
|
||||||
|
localStorage.setItem("ui", "deck");
|
||||||
|
unisonReload();
|
||||||
|
},
|
||||||
|
},
|
||||||
],
|
],
|
||||||
ev.currentTarget ?? ev.target,
|
ev.currentTarget ?? ev.target,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue