Fix analytics CSP (#182)

* Fix analytics CSP

* remove crash
This commit is contained in:
Geometrically
2023-06-20 22:10:18 -07:00
committed by GitHub
parent 4f9ec0e02b
commit 3f46882032
3 changed files with 3 additions and 8 deletions

View File

@@ -193,9 +193,4 @@ fn main() {
builder
.run(tauri::generate_context!())
.expect("error while running tauri application");
#[allow(deref_nullptr)]
unsafe {
*std::ptr::null_mut() = true;
}
}