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