2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-03 16:15:13 +00:00

Added colors overriding for call settings button from mute button.

This commit is contained in:
23rd
2020-11-30 12:39:35 +03:00
committed by John Preston
parent 5739b70844
commit a2191a293e

View File

@@ -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();