chore: generate

This commit is contained in:
opencode-agent[bot]
2026-07-13 10:04:14 +00:00
parent 8ce5038bd8
commit 2b29854589
3 changed files with 2 additions and 7 deletions
+1 -4
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)
},