+
diff --git a/src/locales/en/main.json b/src/locales/en/main.json
index f834679a7..4d908a547 100644
--- a/src/locales/en/main.json
+++ b/src/locales/en/main.json
@@ -2946,6 +2946,10 @@
"layout": "On the left, you'll see your generated images, videos, and outputs. On the right, just the controls you need. Everything complex stays out of sight.",
"sharing": "Sharing is easy: create your workflow, open App Mode, right-click the tab, and export. When others open your file, it launches straight into this clean view. You can share powerful workflows as simple tools without anyone needing to understand node graphs.",
"widget": "If you want to control which settings appear, convert your top-level nodes into a subgraph, then use widget promotion in the toolbox above it to choose what's exposed."
+ },
+ "appModeToolbar": {
+ "appBuilder": "App builder",
+ "apps": "Apps"
}
},
"missingNodes": {
diff --git a/src/renderer/extensions/linearMode/LinearControls.vue b/src/renderer/extensions/linearMode/LinearControls.vue
index dfe30f72f..f65fcceff 100644
--- a/src/renderer/extensions/linearMode/LinearControls.vue
+++ b/src/renderer/extensions/linearMode/LinearControls.vue
@@ -39,7 +39,6 @@ const appModeStore = useAppModeStore()
const props = defineProps<{
toastTo?: string | HTMLElement
- notesTo?: string | HTMLElement
mobile?: boolean
}>()
@@ -194,11 +193,10 @@ defineExpose({ runButtonClick })