Add a title for new webviews
This commit is contained in:
@@ -25,6 +25,7 @@
|
|||||||
|
|
||||||
const openWindow = async (id: string, page: string) => {
|
const openWindow = async (id: string, page: string) => {
|
||||||
const webview = new useTauriWebviewWindowWebviewWindow(id, {
|
const webview = new useTauriWebviewWindowWebviewWindow(id, {
|
||||||
|
title: "Nuxtor webview",
|
||||||
url: page,
|
url: page,
|
||||||
width: 1280,
|
width: 1280,
|
||||||
height: 720
|
height: 720
|
||||||
|
Reference in New Issue
Block a user