mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 15:13:57 +02:00
Fix PathShiftGradient colors with custom palettes.
This commit is contained in:
parent
fa4b7145f5
commit
889c3293e7
2 changed files with 3 additions and 2 deletions
|
@ -67,7 +67,8 @@ std::unique_ptr<Ui::PathShiftGradient> MakePathShiftGradient(
|
|||
return std::make_unique<Ui::PathShiftGradient>(
|
||||
st->msgServiceBg(),
|
||||
st->msgServiceBgSelected(),
|
||||
std::move(update));
|
||||
std::move(update),
|
||||
st->paletteChanged());
|
||||
}
|
||||
|
||||
SimpleElementDelegate::SimpleElementDelegate(
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 8589a8d8501701e1b93f9752abdaf1740e6d0517
|
||||
Subproject commit ef633ec5039773a024eb3284a326f196a9e91ddf
|
Loading…
Add table
Reference in a new issue