pull/1978/head
amrbashir 9 months ago
parent 7ef9a007db
commit 24f1e76b71
No known key found for this signature in database
GPG Key ID: BBD7A47A2003FF33

@ -41,7 +41,7 @@ pub fn init<R: Runtime>() -> TauriPlugin<R> {
let path = cache_dir.join("Cookies"); let path = cache_dir.join("Cookies");
let file = File::options() let file = File::options()
.create(true) .create(true)
.write(true) .append(true)
.read(true) .read(true)
.open(&path)?; .open(&path)?;

Loading…
Cancel
Save