Desktop: Use the OS temp directory for CEF caches (#4030)

* Desktop: Use the OS temp dir

* Review
This commit is contained in:
Timon
2026-04-15 10:47:45 +00:00
committed by GitHub
parent 60f16d72a5
commit 2a2a60883d
8 changed files with 95 additions and 54 deletions
+2
View File
@@ -63,6 +63,8 @@ pub fn start() {
}
};
dirs::app_tmp_dir_cleanup();
let prefs = preferences::read();
// Must be called before event loop initialization or native window integrations will break