mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 23:27:09 +02:00
Call moveToScreen right before showFullScreen for Wayland
This commit is contained in:
parent
294f849775
commit
da74fe4248
1 changed files with 1 additions and 0 deletions
|
@ -2425,6 +2425,7 @@ void OverlayWidget::displayFinished() {
|
|||
updateControls();
|
||||
if (isHidden()) {
|
||||
Ui::Platform::UpdateOverlayed(this);
|
||||
moveToScreen();
|
||||
if (Platform::IsLinux()) {
|
||||
showFullScreen();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue