mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
libreawoo: keep cache on disk too
This commit is contained in:
parent
341ad5dbbd
commit
ba7bab2060
@ -60,3 +60,8 @@ defaultPref(
|
||||
|
||||
// Default UI scale
|
||||
defaultPref("layout.css.devPixelsPerPx", "1.5");
|
||||
|
||||
// Keep cache on both disk & memory. This is required for
|
||||
// https://github.com/JimmXinu/FanFicFare/wiki/BrowserCacheFeature
|
||||
defaultPref("browser.cache.disk.enable", true);
|
||||
defaultPref("browser.cache.memory.enable", true);
|
||||
|
Loading…
Reference in New Issue
Block a user