Add a title for new webviews

This commit is contained in:
Nicola Spadari
2025-02-20 16:30:01 +01:00
parent 1057c9bc2d
commit d1d4a4df18

View File

@@ -25,6 +25,7 @@
const openWindow = async (id: string, page: string) => {
const webview = new useTauriWebviewWindowWebviewWindow(id, {
title: "Nuxtor webview",
url: page,
width: 1280,
height: 720