mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-08-31 01: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);
|
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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user