psst icon indicating copy to clipboard operation
psst copied to clipboard

Can't open window after closing it in Mac OS

Open confact opened this issue 4 years ago • 3 comments

When closing the window of psst, with the red button. I can't open it again and have to restart the app to open it again.

Solution: Open the window if the window was closed when double click on the app in the dock.

confact avatar Aug 23 '21 08:08 confact

I couldn't find any implementation of this in druid. It would need to handle this call. If you put a log statement into the delegate's command() function (or add an event() function), there appears no log entry when you click the app icon after closing the window. But maybe there's also something handling this event on a higher level that I am not aware of.

A workaround could be adding a menu entry that sends a cmd::SHOW_MAIN, however.

JuliDi avatar Aug 24 '21 09:08 JuliDi

@JuliDi that's sad. So it is something in Druid that needs to be fixed before we could add support for it here?

I can add an issue for this in Druid for now.

confact avatar Sep 14 '21 14:09 confact

If I recall correctly, this was an issue/missing feature in Druid. Would be good if you could create an issue to that in Druid and link it here. Maybe just ask how this could be done (I might have overlooked something) because it is not explicitly described anywhere.

JuliDi avatar Sep 15 '21 12:09 JuliDi