Merge pull request #1741 from atom/gtk-tray-click

Notify the click event in Linux tray icon
This commit is contained in:
Cheng Zhao 2015-05-21 15:46:15 +08:00
commit 83ba21f622

View file

@ -42,6 +42,7 @@ void TrayIconGtk::SetContextMenu(ui::SimpleMenuModel* menu_model) {
}
void TrayIconGtk::OnClick() {
NotifyClicked();
}
bool TrayIconGtk::HasClickAction() {