Skip to content

Commit

Permalink
Fixed bug from previous commit, cause I'm a dumbass.
Browse files Browse the repository at this point in the history
  • Loading branch information
William committed Mar 2, 2022
1 parent c4eae99 commit 3761d4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/colorscheme.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ColorScheme::ColorScheme()

void ColorScheme::setColorScheme(QString colorScheme)
{
colorSchemeProcess = new QProcess;

QString locateProgram = "whereis";
QStringList programToLocate = {"plasma-apply-colorscheme"};
Expand Down

0 comments on commit 3761d4d

Please sign in to comment.