mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
clippy
This commit is contained in:
@@ -254,7 +254,7 @@ impl Builder {
|
||||
let cache = cache.0.clone();
|
||||
let label = window.label().to_string();
|
||||
let window_clone = window.clone();
|
||||
let flags = self.state_flags.clone();
|
||||
let flags = self.state_flags;
|
||||
window.on_window_event(move |e| match e {
|
||||
WindowEvent::Moved(position) => {
|
||||
let mut c = cache.lock().unwrap();
|
||||
|
||||
Reference in New Issue
Block a user