mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-15 00:34:05 +09:00
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:
@@ -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(' ')
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user