mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #4867 from nextcloud/bugfix/fix-activity-dialog-not-showing-up
Fix File Activities dialog not showing up.
This commit is contained in:
commit
ff5156642d
@ -30,11 +30,11 @@ Window {
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
Systray.forceWindowInit(dialog);
|
||||
Systray.positionWindowAtScreenCenter(dialog);
|
||||
|
||||
dialog.show();
|
||||
dialog.raise();
|
||||
dialog.requestActivate();
|
||||
|
||||
Systray.forceWindowInit(dialog);
|
||||
Systray.positionWindowAtScreenCenter(dialog);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user