Remi05 / outlines

An app to help review your UI implementation.
MIT License
7 stars 0 forks source link

App pops in and out of Taskbar #10

Closed Remi05 closed 3 years ago

Remi05 commented 3 years ago

The Redlines app pops in and out of the Taskbar when we hover or click on an element. This is due to us hiding the window in those cases to get the elements underneath, though we should try to find a less intrusive approach.

Remi05 commented 3 years ago

Fixed in commit 006f6fe44cbbd6f7c8f006bc7946b27f54ee298b by removing the app from the Taskbar at all times. A System tray icon was added instead.