1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-08-26 08:41:50 +00:00

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);
if (theme != "light" && theme != "black" && theme !="white")
{
}
LoadExtCSS();
if (theme != "light" && theme != "black" && theme !="white") LoadExtCSS(theme);
else LoadExtCSS();
}
else
{