clan-app: working file dialogue

This commit is contained in:
Qubasa
2025-01-06 14:38:37 +01:00
parent bed51fc324
commit 973f8f0489
11 changed files with 163 additions and 559 deletions

View File

@@ -69,6 +69,7 @@ class _WebviewLibrary:
except Exception as e:
print(f"Failed to load webview library: {e}")
raise
# Define FFI functions
self.webview_create = self.lib.webview_create
self.webview_create.argtypes = [c_int, c_void_p]