Merge pull request #2139 from Anduin2017/patch-1

Update appIcons.js to fix an issue that context menu may crash
This commit is contained in:
Charles Gagnon
2024-07-06 07:17:06 -04:00
committed by GitHub

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(' ')
});