feat: add Linux permission handling for media access and configure main window in tauri.conf.json
All checks were successful
All checks were successful
- Implemented automatic permission handling for microphone and camera access on Linux using webkit2gtk. - Updated tauri.conf.json to define the main application window with specific dimensions and properties.
This commit is contained in:
@@ -29,6 +29,8 @@ tauri-plugin-notification = "2"
|
||||
arboard = { version = "3", features = ["wayland-data-control"] }
|
||||
png = "0.17"
|
||||
base64 = "0.22"
|
||||
webkit2gtk = "2.0"
|
||||
gtk = "0.18"
|
||||
|
||||
[target."cfg(any(target_os = \"android\", target_os = \"ios\"))".dependencies]
|
||||
tauri-plugin-deep-link = "2"
|
||||
|
||||
Reference in New Issue
Block a user