ActivityWatch / aw-qt

Tray icon that manages ActivityWatch processes, built with Qt.
Mozilla Public License 2.0
27 stars 32 forks source link

Open Dashboard on double click #73

Closed Drarig29 closed 3 years ago

Drarig29 commented 3 years ago

I find it boring to have to right-click on the tray icon to open the dashboard.

I moved root_url to a class field to share it between both on_activated() and _build_rootmenu(). Also sometimes I see PySlot decorators in example code, I don't know if I should add it. 😄

johan-bjareholt commented 3 years ago

Good idea, seems like the proper action when double clicking it. Implementation looks simple.

Thanks for contributing!