Skip to content

Commit

Permalink
config: use removeEmpty for the gradient varlist (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaideiaDilemma authored Nov 19, 2024
1 parent b9cf515 commit 578246b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/ConfigManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ static Hyprlang::CParseResult configHandleGradientSet(const char* VALUE, void**

const auto DATA = reinterpret_cast<CGradientValueData*>(*data);

CVarList varlist(V, 0, ' ');
CVarList varlist(V, 0, ' ', true);
DATA->m_vColors.clear();
DATA->m_bIsFallback = false;

Expand Down

0 comments on commit 578246b

Please sign in to comment.