Merge pull request #1741 from atom/gtk-tray-click
Notify the click event in Linux tray icon
This commit is contained in:
commit
83ba21f622
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ void TrayIconGtk::SetContextMenu(ui::SimpleMenuModel* menu_model) {
|
|||
}
|
||||
|
||||
void TrayIconGtk::OnClick() {
|
||||
NotifyClicked();
|
||||
}
|
||||
|
||||
bool TrayIconGtk::HasClickAction() {
|
||||
|
|
Loading…
Reference in a new issue