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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user