chore: generate

This commit is contained in:
opencode-agent[bot] 2026-07-13 10:04:14 +00:00
commit 2b29854589
3 changed files with 2 additions and 7 deletions

View file

@ -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)
},