mirror of
https://github.com/house-of-vanity/khm.git
synced 2025-08-21 14:27:14 +00:00
Fix watcher
This commit is contained in:
@@ -177,7 +177,7 @@ struct Application {
|
|||||||
sync_id: Option<MenuId>,
|
sync_id: Option<MenuId>,
|
||||||
settings: Arc<Mutex<KhmSettings>>,
|
settings: Arc<Mutex<KhmSettings>>,
|
||||||
sync_status: Arc<Mutex<SyncStatus>>,
|
sync_status: Arc<Mutex<SyncStatus>>,
|
||||||
_debouncer: Option<notify_debouncer_mini::Debouncer<notify::FsEventWatcher>>,
|
_debouncer: Option<notify_debouncer_mini::Debouncer<notify::RecommendedWatcher>>,
|
||||||
proxy: EventLoopProxy<UserEvent>,
|
proxy: EventLoopProxy<UserEvent>,
|
||||||
auto_sync_handle: Option<std::thread::JoinHandle<()>>,
|
auto_sync_handle: Option<std::thread::JoinHandle<()>>,
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user