clean up ignore double click event implementation

This commit is contained in:
mikeykhalil 2018-04-28 20:07:32 -07:00
parent 664e14b91f
commit 208374afa4
2 changed files with 6 additions and 12 deletions

View file

@ -177,7 +177,9 @@ void Tray::SetHighlightMode(TrayIcon::HighlightMode mode) {
}
void Tray::SetIgnoreDoubleClickEvents(bool ignore) {
#if defined(OS_MACOSX)
tray_icon_->SetIgnoreDoubleClickEvents(ignore);
#endif
}
void Tray::DisplayBalloon(mate::Arguments* args,