mirror of https://github.com/2dust/v2rayN
commit
c3de6f6d02
|
@ -1726,6 +1726,10 @@ namespace v2rayN.ViewModels
|
||||||
{
|
{
|
||||||
ModifyTheme(!Utils.IsLightTheme());
|
ModifyTheme(!Utils.IsLightTheme());
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
ModifyTheme(ColorModeDark);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue