mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #139] Can't open window after closing it in Mac OS #102
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#102
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @confact on GitHub (Aug 23, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/139
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.
@JuliDi commented on GitHub (Aug 24, 2021):
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 anevent()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.@confact commented on GitHub (Sep 14, 2021):
@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.
@JuliDi commented on GitHub (Sep 15, 2021):
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.