GooBox / goobox-community-gui

Desktop community syncing client for Sia and Storj (DApp)
GNU General Public License v3.0
50 stars 4 forks source link

tray icon - sync folder behavior #78

Open MeijeSibbel opened 6 years ago

MeijeSibbel commented 6 years ago

If double clicking on the tray icon, the sync folder opens, but then if people double click on it again, a new window opens (two windows now). From user feedback i found that they find this annoying as then they have to manually close all the open windows for each double click. I noticed this myself too.

We should just bring the window that is already opened to the foreground.

jkawamoto commented 6 years ago

Memo: Using this library https://github.com/thraaawn/winctl seems one possible solution.