소스 검색

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)