Skip to content

Commit

Permalink
fix: do not turn on web cache by default, because it may cause issues…
Browse files Browse the repository at this point in the history
… sometimes
  • Loading branch information
plateaukao committed Oct 7, 2024
1 parent 9df19e4 commit 0b90e78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class ConfigManager(

var useOpenAiTts by BooleanPreference(sp, K_USE_OPENAI_TTS, true)

var webLoadCacheFirst by BooleanPreference(sp, "sp_web_load_cache_first", true)
var webLoadCacheFirst by BooleanPreference(sp, "sp_web_load_cache_first", false)

var pageReservedOffset: Int by IntPreference(sp, K_PRESERVE_HEIGHT, 80)

Expand Down

0 comments on commit 0b90e78

Please sign in to comment.