mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Remove context menu debug log
This commit is contained in:
parent
99e790944f
commit
7aea6980b5
1 changed files with 1 additions and 1 deletions
|
|
@ -2214,7 +2214,7 @@ void parseContextMenus(struct Application *app) {
|
|||
hashmap_put(&contextMenuMap, (char*)contextMenu->key, strlen(contextMenu->key), menu);
|
||||
}
|
||||
|
||||
dumpContextMenus(app);
|
||||
// dumpContextMenus(app);
|
||||
}
|
||||
|
||||
void parseTrayData(struct Application *app) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue