Skip to content
Snippets Groups Projects
Commit 8eccfb94 authored by akiraohgaki's avatar akiraohgaki
Browse files

Refresh plasma

parent 156b2364
No related branches found
No related tags found
No related merge requests found
......@@ -217,6 +217,9 @@ bool SystemHandler::applyKdeIcon(const QString &path) const
return false;
}
QProcess::startDetached("kquitapp5 plasmashell");
QProcess::startDetached("kstart5 plasmashell");
return true;
}
......@@ -267,6 +270,9 @@ bool SystemHandler::applyKdePlasmaDesktoptheme(const QString &path) const
return false;
}
QProcess::startDetached("kquitapp5 plasmashell");
QProcess::startDetached("kstart5 plasmashell");
return true;
}
......
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