mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 15:05:56 +00:00
Always show tooltip about the muted microphone.
This commit is contained in:
@@ -158,7 +158,8 @@ Panel::Panel(not_null<GroupCall*> call)
|
|||||||
: Ui::CallMuteButtonType::ScheduledSilent),
|
: Ui::CallMuteButtonType::ScheduledSilent),
|
||||||
}))
|
}))
|
||||||
, _hangup(widget(), st::groupCallHangup)
|
, _hangup(widget(), st::groupCallHangup)
|
||||||
, _stickedTooltipsShown(Core::App().settings().hiddenGroupCallTooltips())
|
, _stickedTooltipsShown(Core::App().settings().hiddenGroupCallTooltips()
|
||||||
|
& ~StickedTooltip::Microphone) // Always show tooltip about mic.
|
||||||
, _toasts(std::make_unique<Toasts>(this)) {
|
, _toasts(std::make_unique<Toasts>(this)) {
|
||||||
_layerBg->setStyleOverrides(&st::groupCallBox, &st::groupCallLayerBox);
|
_layerBg->setStyleOverrides(&st::groupCallBox, &st::groupCallLayerBox);
|
||||||
_layerBg->setHideByBackgroundClick(true);
|
_layerBg->setHideByBackgroundClick(true);
|
||||||
|
Reference in New Issue
Block a user