chore: generate
This commit is contained in:
parent
8ce5038bd8
commit
2b29854589
3 changed files with 2 additions and 7 deletions
|
|
@ -386,7 +386,6 @@ export const SettingsGeneral: Component = () => {
|
|||
/>
|
||||
</div>
|
||||
</SettingsRow>
|
||||
|
||||
</SettingsList>
|
||||
</div>
|
||||
)
|
||||
|
|
|
|||
|
|
@ -255,10 +255,7 @@ export const { use: useSettings, provider: SettingsProvider } = createSimpleCont
|
|||
setNewLayoutDesigns(value: boolean) {
|
||||
setStore("general", "newLayoutDesigns", value)
|
||||
},
|
||||
newInterfaceNoticeDismissed: withFallback(
|
||||
() => store.general?.newInterfaceNoticeDismissed,
|
||||
false,
|
||||
),
|
||||
newInterfaceNoticeDismissed: withFallback(() => store.general?.newInterfaceNoticeDismissed, false),
|
||||
dismissNewInterfaceNotice() {
|
||||
setStore("general", "newInterfaceNoticeDismissed", true)
|
||||
},
|
||||
|
|
|
|||
|
|
@ -901,8 +901,7 @@ export const dict = {
|
|||
"Show edit, write, and patch tool parts expanded by default in the timeline",
|
||||
"settings.general.row.newInterface.title": "Use the new interface",
|
||||
"settings.general.row.newInterface.badge": "New",
|
||||
"settings.general.row.newInterface.description":
|
||||
"New layout, tabs, composer and home. Switch back until {{date}}.",
|
||||
"settings.general.row.newInterface.description": "New layout, tabs, composer and home. Switch back until {{date}}.",
|
||||
"settings.general.row.newInterfaceNotice.title": "You're now using the new interface",
|
||||
"settings.general.row.newInterfaceNotice.description": "The old interface was phased out on {{date}}.",
|
||||
"settings.general.row.newInterfaceNotice.dismiss": "Dismiss",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue