forked from pyrite-dev/milsko
comment
This commit is contained in:
parent
a6adca6696
commit
d1f97c0fa4
5 changed files with 14 additions and 8 deletions
|
|
@ -173,7 +173,7 @@ static void lldarkthemehandler(MwLL handle, void* data) {
|
|||
int s;
|
||||
|
||||
if(IsFirstVisible(h) && (shgeti(h->integer, MwNdarkTheme) == -1 || ((s = MwGetInteger(h, MwNdarkThemeAutomatic)) != MwDEFAULT && s))) {
|
||||
if(MwGetInteger(h, MwNmodernLook)){
|
||||
if(MwGetInteger(h, MwNmodernLook)) {
|
||||
MwVaApply(h,
|
||||
MwNdarkTheme, *ptr,
|
||||
MwNdarkThemeAutomatic, 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue