Skip to content

Commit 5c6a03d

Browse files
committed
lint
1 parent acfcde7 commit 5c6a03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tauri/src/app/plugin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ pub async fn set_dock_visibility<R: Runtime>(
106106
}
107107
}
108108
#[cfg(not(target_os = "macos"))]
109-
let _visible = visible;
109+
let (_app, _visible) = (app, visible);
110110
Ok(())
111111
}
112112

0 commit comments

Comments
 (0)