-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumping to 2.15.0a1 and fixing Swift check migration bug
- Loading branch information
1 parent
f1ba4ae
commit 91ca9fc
Showing
3 changed files
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
print("Before import") | ||
import webview | ||
print("After import") | ||
webview.create_window('Hello world', 'https://pywebview.flowrl.com/') | ||
print("Created window") | ||
|
||
webview.create_window("Hello world", "https://pywebview.flowrl.com/") | ||
webview.start(debug=True) | ||
print("Closed window") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters