|
@@ -1168,7 +1168,7 @@ class WebviewWindow extends WindowManager {
|
|
|
}
|
|
|
|
|
|
/** The WebviewWindow for the current window. */
|
|
|
-let appWindow
|
|
|
+let appWindow: WebviewWindow
|
|
|
if ('__TAURI_METADATA__' in window) {
|
|
|
appWindow = new WebviewWindow(
|
|
|
window.__TAURI_METADATA__.__currentWindow.label,
|