Update appIcons.js to fix an issue that context menu may crash

This commit is contained in:
Anduin Xue
2024-07-06 10:40:26 +00:00
committed by GitHub
parent bbb85f6565
commit cff045575e

View File

@@ -1870,7 +1870,7 @@ export const MyShowAppsIconMenu = class extends PopupMenu.PopupMenu {
}
for (let entry = 0; entry < commandList.length; entry++) {
_appendItem({
this._appendItem({
title: titleList[entry],
cmd: commandList[entry].split(' ')
});