diff options
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r-- | src/gui/theme.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index a5dcb9e24..704a1f939 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -442,7 +442,7 @@ bool Theme::tryThemePath(std::string themeName) mThemePath = path; mThemeName = themeName; if (instance()) - instance()->loadColors(mThemePath); + instance()->loadColors(""); return true; } } |