2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Improve group call window controls on Windows.

This commit is contained in:
John Preston
2020-12-06 17:53:17 +04:00
parent 732bc38e8e
commit 78067fd996
15 changed files with 65 additions and 2 deletions

View File

@@ -217,7 +217,7 @@ GroupPanel::GroupPanel(not_null<GroupCall*> call)
#ifdef Q_OS_WIN
, _controls(std::make_unique<Ui::Platform::TitleControls>(
_window.get(),
st::callTitle))
st::groupCallTitle))
#endif // Q_OS_WIN
, _members(widget(), call)
, _settings(widget(), st::groupCallSettings)