Skip to content
Snippets Groups Projects
Commit 7cdea329 authored by akiraohgaki's avatar akiraohgaki
Browse files

Fix

parent 8dcbe3f8
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@ bool DesktopThemeHandler::applyTheme(const QString &path, const QString &install
else if (installType == "gtk3_themes") {
return cinnamonTheme.applyAsGtk3Theme();
}
else if (installType == "gnome_shell_themes") {
else if (installType == "cinnamon_themes") {
return cinnamonTheme.applyAsCinnamonTheme();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment