Skip to content
Snippets Groups Projects
Commit 761f9c44 authored by akiraohgaki's avatar akiraohgaki
Browse files

Fix

parent ab2cf719
No related branches found
No related tags found
No related merge requests found
...@@ -132,7 +132,7 @@ bool SystemHandler::applyFile(const QString &path, const QString &installType) c ...@@ -132,7 +132,7 @@ bool SystemHandler::applyFile(const QString &path, const QString &installType) c
else if (installType == "cursors") { else if (installType == "cursors") {
return applyKdeCursor(path); return applyKdeCursor(path);
} }
else if (installType == "plasma_desktopthemes") { else if (installType == "plasma5_desktopthemes") {
return applyKdePlasmaDesktoptheme(path); return applyKdePlasmaDesktoptheme(path);
} }
else if (installType == "aurorae_themes") { else if (installType == "aurorae_themes") {
......
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