mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 23:53:58 +02:00
Added colors overriding for call settings button from mute button.
This commit is contained in:
parent
5739b70844
commit
a2191a293e
1 changed files with 1 additions and 0 deletions
|
@ -228,6 +228,7 @@ GroupPanel::GroupPanel(not_null<GroupCall*> call)
|
||||||
}))
|
}))
|
||||||
, _hangup(widget(), st::groupCallHangup) {
|
, _hangup(widget(), st::groupCallHangup) {
|
||||||
_layerBg->setStyleOverrides(&st::groupCallBox, &st::groupCallLayerBox);
|
_layerBg->setStyleOverrides(&st::groupCallBox, &st::groupCallLayerBox);
|
||||||
|
_settings->setColorOverrides(_mute->colorOverrides());
|
||||||
|
|
||||||
initWindow();
|
initWindow();
|
||||||
initWidget();
|
initWidget();
|
||||||
|
|
Loading…
Add table
Reference in a new issue