mirror of https://github.com/buggins/dlangui.git
fix build error
This commit is contained in:
parent
0ddf2fa508
commit
0b3440500a
|
|
@ -811,7 +811,7 @@ class Platform {
|
|||
if (!_uiLanguage)
|
||||
uiLanguage = "en";
|
||||
if (!_themeId)
|
||||
themeId = "theme_default";
|
||||
uiTheme = "theme_default";
|
||||
}
|
||||
|
||||
protected string[] _resourceDirs;
|
||||
|
|
|
|||
Loading…
Reference in New Issue