mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-19 23:20:58 +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
|
// Default UI scale
|
||||||
defaultPref("layout.css.devPixelsPerPx", "1.5");
|
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…
x
Reference in New Issue
Block a user