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:
allexzander 2022-08-29 11:29:43 +03:00 committed by GitHub
commit ff5156642d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}
}