Skip to content

Commit

Permalink
implementing the presets manager
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmm committed Nov 23, 2024
1 parent 097b98c commit 0e3c9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presets_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ auto Manager::read_effects_pipeline_from_preset(const PipelineType& pipeline_typ
base name.
*/

if (p != v) {
if (p != v.toStdString()) {
plugins.push_back(p);
} else {
plugins.push_back(p + "#0");
Expand Down

0 comments on commit 0e3c9c3

Please sign in to comment.