You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i want macos app titilebar and contentview mix together.like
but this time ,window can't drag and move.
add div with "data-tauri-drag-region", also have a bar in my window?
how to solve this problem?
Reproduction
No response
Expected behavior
No response
Platform and versions
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.0.0", features = ["api-all", "macos-private-api"] }
window-vibrancy = { version = "=0.1.3" }
Describe the bug
i want macos app titilebar and contentview mix together.like
but this time ,window can't drag and move.
add div with "data-tauri-drag-region", also have a bar in my window?
how to solve this problem?
Reproduction
No response
Expected behavior
No response
Platform and versions
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.0.0", features = ["api-all", "macos-private-api"] }
window-vibrancy = { version = "=0.1.3" }
[target.'cfg(target_os = "macos")'.dependencies]
cocoa = "0.24.0"
objc = "0.2.7"
Stack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: