mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
only set cursor on windows
This commit is contained in:
@@ -114,6 +114,7 @@ mod windows {
|
||||
|
||||
impl HitTestResult {
|
||||
fn drag_resize_window(&self, window: &Window) {
|
||||
#[cfg(windows)]
|
||||
self.change_cursor(window);
|
||||
let _ = window.drag_resize_window(match self {
|
||||
HitTestResult::Left => ResizeDirection::West,
|
||||
|
||||
Reference in New Issue
Block a user