flutter-plugins icon indicating copy to clipboard operation
flutter-plugins copied to clipboard

[desktop_multi_window] Is it possible to ensure that a subwindow cannot be opened while an instance of that subwindow is already running?

Open GroovinChip opened this issue 1 year ago • 1 comments

In my scenario, I've got a PreferencesWindow that opens as a subwindow via a keyboard shortcut. I've discovered that while that window is open, I am able to open more instances of that window via the shortcut.

Is it possible to ensure that while a subwindow is open that no other instances of that window are created?

GroovinChip avatar Aug 07 '23 15:08 GroovinChip

same feature-request

hyUrbanManager avatar Jan 31 '24 03:01 hyUrbanManager