clan-app: Add new icons
|
After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 726 B |
|
Before Width: | Height: | Size: 375 B |
|
After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 717 B |
|
After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 717 B |
|
After Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
@@ -56,7 +56,7 @@ class Webview:
|
||||
|
||||
def _create_handle(self) -> None:
|
||||
# Initialize the webview handle
|
||||
handle = _webview_lib.webview_create(int(self.debug), self.window)
|
||||
handle = _webview_lib.webview_create(int(True), self.window)
|
||||
callbacks: dict[str, Callable[..., Any]] = {}
|
||||
|
||||
# Since we can't use object.__setattr__, we'll initialize differently
|
||||
|
||||