Merge remote-tracking branch 'origin/master'

Signed-off-by: qano <nimaosen1@huawei.com>
This commit is contained in:
qano 2022-07-29 11:34:34 +08:00
commit f42b47869e

View File

@ -51,7 +51,7 @@ export default class MainAbility extends ServiceExtension {
windowManager.createWindow(globalThis.desktopContext, windowManager.DESKTOP_WINDOW_NAME,
windowManager.DESKTOP_RANK, 'pages/' + windowManager.DESKTOP_WINDOW_NAME);
// load recent and AppCenter
// load recent
windowManager.createRecentWindow();
}