|
@@ -249,7 +249,7 @@ class WebviewWindowHandle {
|
|
* ```
|
|
* ```
|
|
*/
|
|
*/
|
|
class WebviewWindow extends WebviewWindowHandle {
|
|
class WebviewWindow extends WebviewWindowHandle {
|
|
- private constructor(label: string, options: WindowOptions = {}) {
|
|
|
|
|
|
+ constructor(label: string, options: WindowOptions = {}) {
|
|
super(label)
|
|
super(label)
|
|
invokeTauriCommand({
|
|
invokeTauriCommand({
|
|
__tauriModule: 'Window',
|
|
__tauriModule: 'Window',
|