Parcourir la source

chore: generate

opencode-agent[bot] il y a 1 mois
Parent
commit
2b29854589

+ 0 - 1
packages/app/src/components/settings-general.tsx

@@ -386,7 +386,6 @@ export const SettingsGeneral: Component = () => {
             />
           </div>
         </SettingsRow>
-
       </SettingsList>
     </div>
   )

+ 1 - 4
packages/app/src/context/settings.tsx

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

+ 1 - 2
packages/app/src/i18n/en.ts

@@ -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",