feat: add tray.focus() (#19548)
This commit is contained in:
parent
ed3b69ffb1
commit
03debb4ef9
7 changed files with 28 additions and 0 deletions
|
@ -60,6 +60,7 @@ class NotifyIcon : public TrayIcon {
|
|||
void SetToolTip(const std::string& tool_tip) override;
|
||||
void DisplayBalloon(const BalloonOptions& options) override;
|
||||
void RemoveBalloon() override;
|
||||
void Focus() override;
|
||||
void PopUpContextMenu(const gfx::Point& pos,
|
||||
AtomMenuModel* menu_model) override;
|
||||
void SetContextMenu(AtomMenuModel* menu_model) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue