mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 18:28:12 +08:00
Desktop: Use the OS temp directory for CEF caches (#4030)
* Desktop: Use the OS temp dir * Review
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user