handle refreshGradient() on groupbar creation

modified:   src/render/decorations/CHyprGroupBarDecoration.cpp

Signed-off-by: MightyPlaza <123664421+MightyPlaza@users.noreply.github.com>
This commit is contained in:
MightyPlaza 2023-09-15 01:25:09 +01:00
parent 0500b94f81
commit 28734bab30
No known key found for this signature in database
GPG key ID: 284C27FD27A6DC0D

View file

@ -12,6 +12,8 @@ static CTexture m_tGradientLockedInactive;
CHyprGroupBarDecoration::CHyprGroupBarDecoration(CWindow* pWindow) : IHyprWindowDecoration(pWindow) {
m_pWindow = pWindow;
loadConfig();
if (m_tGradientActive.m_iTexID == 0)
refreshGradients();
}
CHyprGroupBarDecoration::~CHyprGroupBarDecoration() {}