diff --git a/native/libmacbridge/AppDelegate.mm b/native/libmacbridge/AppDelegate.mm index c06fd28..c5e3ebd 100644 --- a/native/libmacbridge/AppDelegate.mm +++ b/native/libmacbridge/AppDelegate.mm @@ -42,15 +42,10 @@ } - (IBAction) statusIconClick: (id) sender { - NSLog(@"Hello friends!"); - icon_click_callback(context_instance); - } - (IBAction) contextMenuClick: (id) sender { - NSLog(@"Click me up!"); - NSInteger item_id = [[sender valueForKey:@"tag"] integerValue]; context_menu_click_callback(context_instance, static_cast(item_id));