fix settings AI test connection wiring
This commit is contained in:
@@ -861,6 +861,7 @@ class StepForgeApp {
|
||||
const settings = await api.settings.all();
|
||||
const placeholders = await api.settings.globalPlaceholders();
|
||||
await dialogs.showSettingsDialog({
|
||||
api,
|
||||
settings,
|
||||
placeholders,
|
||||
onSave: async (next) => {
|
||||
|
||||
@@ -285,6 +285,7 @@ function showQuickActions({ query = '', commands = [], searchFn, onOpenItem, onC
|
||||
}
|
||||
|
||||
function showSettingsDialog({
|
||||
api,
|
||||
settings,
|
||||
placeholders = {},
|
||||
onSave,
|
||||
|
||||
@@ -1755,6 +1755,7 @@ class GuideEditor {
|
||||
const settings = await api.settings.all();
|
||||
const placeholders = await api.settings.globalPlaceholders();
|
||||
await dialogs.showSettingsDialog({
|
||||
api,
|
||||
settings,
|
||||
placeholders,
|
||||
onSave: async (next) => {
|
||||
|
||||
Reference in New Issue
Block a user