fixed: do not hide title on change if option is checked

This commit is contained in:
quenousimporte 2023-07-21 10:34:43 +02:00
parent f01fb199dc
commit 45a85e13ff
1 changed files with 5 additions and 1 deletions

View File

@ -2227,7 +2227,11 @@ function ontitlechange()
datachanged(); datachanged();
setwindowtitle(); setwindowtitle();
toggletitle();
if (!settings.titlebydefault)
{
toggletitle();
}
} }
function applyfilter() function applyfilter()