Skip to content

Commit

Permalink
Merge pull request #7 from govnorice/dev
Browse files Browse the repository at this point in the history
fix path
  • Loading branch information
progzone122 authored Apr 25, 2024
2 parents cdc1732 + 8eae294 commit 031c183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ int main(int argc, char *argv[]) {
//CSS
CssManager cssManager;

string path = string(homeDir) + "/.config/powerdialog/style.css";
string path = string(homeDir) + "/.config/mixerdialog/style.css";

cssManager.loadFromHex(style_css, style_css_len);
cssManager.loadFromFile(path.c_str());
Expand Down

0 comments on commit 031c183

Please sign in to comment.