You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quite often you want to raise an existing window of the first instance when attempting to start a second one.
On X11/Wayland one needs to pass a startupId/activation token from the new to the existing instance. This is doable in KDSingleApplication via sendMessage.
However that mean the consumer has to deal with all the window system specific code themselves. KDSingleApplication could provide helpers to deal with that and abstract such platform details
The text was updated successfully, but these errors were encountered:
Quite often you want to raise an existing window of the first instance when attempting to start a second one.
On X11/Wayland one needs to pass a startupId/activation token from the new to the existing instance. This is doable in KDSingleApplication via sendMessage.
However that mean the consumer has to deal with all the window system specific code themselves. KDSingleApplication could provide helpers to deal with that and abstract such platform details
The text was updated successfully, but these errors were encountered: