mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-06 15:57:50 +02:00
fix(fs): ignore OS specific paths in scope deserialization (#1837)
This commit is contained in:
@@ -23,7 +23,7 @@ pub enum EntryRaw {
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Entry {
|
||||
pub path: PathBuf,
|
||||
pub path: Option<PathBuf>,
|
||||
}
|
||||
|
||||
pub type EventId = u32;
|
||||
|
||||
Reference in New Issue
Block a user