libreawoo: keep cache on disk too

This commit is contained in:
Aminda Suomalainen 2023-11-05 21:24:23 +02:00
parent 341ad5dbbd
commit ba7bab2060
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 5 additions and 0 deletions

View File

@ -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);