diff --git a/src/themeconfig.cpp b/src/themeconfig.cpp --- a/src/themeconfig.cpp +++ b/src/themeconfig.cpp @@ -85,8 +85,10 @@ if (!mThemeConfigPath.isEmpty()) { args["theme.conf.user/General/background"] = mBackgroundPath; + args["theme.conf.user/General/type"] = QStringLiteral("image"); + } else { + args["theme.conf.user/General/type"] = QStringLiteral("color"); } - return args; }