mirror of
https://github.com/hyprwm/hyprlock.git
synced 2024-11-21 16:35:57 +01:00
config: use removeEmpty for the gradient varlist (#565)
This commit is contained in:
parent
b9cf5151ba
commit
578246b996
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue