Merge branch 'autoswitch-retries' into 'master'

bump amount of retries when trying to auto-switch theme

See merge request tt-rss/tt-rss!178
This commit is contained in:
Andrew Dolgov
2025-08-14 18:37:05 +03:00

View File

@@ -172,7 +172,7 @@ const App = {
console.log("nightModeChanged: night mode changed to", is_night, "retry", retry);
if (link) {
if (retry < 5) {
if (retry < 15) {
window.clearTimeout(this._night_mode_retry_timeout);
this._night_mode_retry_timeout = window.setTimeout(