mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-08-26 02:00:28 +01:00
fix logic
This commit is contained in:
parent
b3d566c6f2
commit
14ce620825
1 changed files with 2 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue