Is there a way to keep software in one process no matter how many times it is opened? #3671
Answered
by
Jacalz
junmaqiang
asked this question in
Q&A
-
Such as the title |
Beta Was this translation helpful? Give feedback.
Answered by
Jacalz
Feb 19, 2023
Replies: 1 comment 1 reply
-
This is more of a general thing about Go than specific to Fyne from what I can tell. A bit of Googling turned these links up:
The short answer is that it is hard to do well in a cross platform way unless you want to write to a file that you check at startup. More information is in those links. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Jacalz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is more of a general thing about Go than specific to Fyne from what I can tell. A bit of Googling turned these links up:
The short answer is that it is hard to do well in a cross platform way unless you want to write to a file that you check at startup. More information is in those links.