mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 15:13:57 +02:00
Moved premium gradient in box for share of QR code to first place.
This commit is contained in:
parent
d0536cc31f
commit
d1d1aa3d21
1 changed files with 8 additions and 6 deletions
|
@ -487,7 +487,9 @@ void FillPeerQrBox(
|
||||||
}) | ranges::views::filter([](const Colors &colors) {
|
}) | ranges::views::filter([](const Colors &colors) {
|
||||||
return !colors.empty();
|
return !colors.empty();
|
||||||
}) | ranges::to_vector;
|
}) | ranges::to_vector;
|
||||||
colorsCollection.push_back(Colors{
|
colorsCollection.insert(
|
||||||
|
colorsCollection.begin(),
|
||||||
|
Colors{
|
||||||
st::premiumButtonBg1->c,
|
st::premiumButtonBg1->c,
|
||||||
st::premiumButtonBg1->c,
|
st::premiumButtonBg1->c,
|
||||||
st::premiumButtonBg2->c,
|
st::premiumButtonBg2->c,
|
||||||
|
|
Loading…
Add table
Reference in a new issue