Categorize routes
This commit is contained in:
@@ -17,7 +17,10 @@
|
||||
<script lang="ts" setup>
|
||||
definePageMeta({
|
||||
name: "Webview",
|
||||
icon: "lucide:app-window-mac"
|
||||
icon: "lucide:app-window-mac",
|
||||
category: "interface",
|
||||
categoryIcon: "lucide:app-window-mac",
|
||||
description: "Create new webview in a detached window"
|
||||
});
|
||||
|
||||
const { app } = useAppConfig();
|
||||
|
Reference in New Issue
Block a user