mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-08-26 08:41:50 +00:00
fix logic
This commit is contained in:
parent
b3d566c6f2
commit
14ce620825
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user