[automated] Apply ESLint and Oxfmt fixes

This commit is contained in:
GitHub Action
2026-01-23 07:57:52 +00:00
parent 607760fc0c
commit 2121c8ade2
2 changed files with 1 additions and 4 deletions

View File

@@ -151,5 +151,4 @@ const menuItems = computed(() => {
return items
})
</script>

View File

@@ -165,9 +165,7 @@ const translateMenuItem = (item: MenuItem): MenuItem => {
}
const showSettings = (defaultPanel?: string) => {
settingsDialog.show(
defaultPanel as Parameters<typeof settingsDialog.show>[0]
)
settingsDialog.show(defaultPanel as Parameters<typeof settingsDialog.show>[0])
}
const showManageExtensions = async () => {