mirror of
https://github.com/taigrr/wails.git
synced 2026-04-17 04:05:12 -07:00
Remove context menu debug log
This commit is contained in:
@@ -2214,7 +2214,7 @@ void parseContextMenus(struct Application *app) {
|
|||||||
hashmap_put(&contextMenuMap, (char*)contextMenu->key, strlen(contextMenu->key), menu);
|
hashmap_put(&contextMenuMap, (char*)contextMenu->key, strlen(contextMenu->key), menu);
|
||||||
}
|
}
|
||||||
|
|
||||||
dumpContextMenus(app);
|
// dumpContextMenus(app);
|
||||||
}
|
}
|
||||||
|
|
||||||
void parseTrayData(struct Application *app) {
|
void parseTrayData(struct Application *app) {
|
||||||
|
|||||||
Reference in New Issue
Block a user