瀏覽代碼

code review

Falko Schindler 2 年之前
父節點
當前提交
749dfb023e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      nicegui/native_mode.py

+ 1 - 1
nicegui/native_mode.py

@@ -29,7 +29,7 @@ def open_window(host: str, port: int, title: str, width: int, height: int, fulls
         webview.create_window(**window_kwargs)
         webview.start(storage_path=tempfile.mkdtemp(), **globals.app.native.start_args)
     except NameError:
-        print('Nave mode is not supported in this configuration. Please install pywebview to use it.')
+        print('Native mode is not supported in this configuration. Please install pywebview to use it.')
         sys.exit(1)