mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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();
|
updateControls();
|
||||||
if (isHidden()) {
|
if (isHidden()) {
|
||||||
Ui::Platform::UpdateOverlayed(this);
|
Ui::Platform::UpdateOverlayed(this);
|
||||||
|
moveToScreen();
|
||||||
if (Platform::IsLinux()) {
|
if (Platform::IsLinux()) {
|
||||||
showFullScreen();
|
showFullScreen();
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue