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
refactor: Add secondary window support in Launcher class
- Introduced `IsSecondaryWindow` property and `OnRequestClose` event in the `Launcher` view model.
- Updated the constructor to accept a boolean for secondary window status.
- Modified `Quit` method to handle close requests for secondary windows.
- Refactored `MoveToNewWindow` and `CopyToNewWindow` methods to streamline window creation.
- Added `RegisterOnRequestClose` method in the `Launcher` view to manage close requests.
- Updated `using` directives in `Launcher.axaml.cs` to include `Avalonia.Threading`.
0 commit comments