diff options
Diffstat (limited to 'src/progs/dyecmd')
-rw-r--r-- | src/progs/dyecmd/client.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/progs/dyecmd/client.cpp b/src/progs/dyecmd/client.cpp index 631469f2b..7046be25d 100644 --- a/src/progs/dyecmd/client.cpp +++ b/src/progs/dyecmd/client.cpp @@ -351,7 +351,10 @@ void Client::gameInit() #endif // USE_SDL2 #endif // ANDROID - mSkin = theme->load("windowmenu.xml", ""); + mSkin = theme->load("windowmenu.xml", + "", + true, + theme->getThemePath()); if (mSkin != nullptr) { mButtonPadding = mSkin->getPadding(); |