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

Improve webview on macOS.

This commit is contained in:
John Preston
2022-08-04 19:33:56 +03:00
parent 5793241efc
commit 2f5038a792
6 changed files with 12 additions and 6 deletions

View File

@@ -168,7 +168,9 @@ void PanelController::activatePanel() {
void PanelController::createPanel() {
const auto singlePeer = _settings->onlySinglePeer();
_panel = base::make_unique_q<Ui::SeparatePanel>();
_panel = base::make_unique_q<Ui::SeparatePanel>(Ui::SeparatePanelArgs{
.onAllSpaces = true,
});
_panel->setTitle((singlePeer
? tr::lng_export_header_chats
: tr::lng_export_title)());