Skip to content

Commit

Permalink
Update window configuration key naming for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjj1024 committed Feb 23, 2025
1 parent 392205f commit e2b8531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,7 @@ const onPublish = async () => {
version: appForm.version,
id: appForm.appid,
ascii: isAlphanumeric(appForm.showName),
window_config: JSON.stringify(newWindows),
windowConfig: JSON.stringify(newWindows),
})
// update config file
const updateRes: any = await githubApi.updateConfigFile(
Expand Down

0 comments on commit e2b8531

Please sign in to comment.