fix logic

This commit is contained in:
wipedlifepotato 2025-08-18 19:52:43 +07:00
parent b3d566c6f2
commit 14ce620825

View file

@ -1498,11 +1498,8 @@ namespace http {
{ {
std::string theme; i2p::config::GetOption("http.theme", theme); std::string theme; i2p::config::GetOption("http.theme", theme);
if (theme != "light" && theme != "black" && theme !="white") if (theme != "light" && theme != "black" && theme !="white") LoadExtCSS(theme);
{ else LoadExtCSS();
}
LoadExtCSS();
} }
else else
{ {