Added LibreWolf to this file

This commit is contained in:
Dyras 2021-07-05 20:03:06 +02:00 committed by GitHub
parent 61c9170b18
commit 57c21dc521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -545,7 +545,9 @@ void CAppPage::Template_Filter()
BOOL ff = (name.Find(L"Firefox_") != -1)
|| (name.Find(L"Waterfox_") != -1)
|| (name.Find(L"PaleMoon_") != -1)
|| (name.Find(L"SeaMonkey_") != -1);
|| (name.Find(L"SeaMonkey_") != -1)
|| (name.Find(L"LibreWolf_") != -1);
BOOL ch = (name.Find(L"Chrome_") != -1);
BOOL other = (name.Find(L"Dragon_") != -1)
|| (name.Find(L"Iron_") != -1)