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
Most apps should actually remember the last location an app was used / opened at which is the bigger problem as I don't believe that works currently. The current settings should be the windows default behavior, where Windows will open multiple windows from the top left corner, you can see this behavior in File Explorer.
As a workaround you should be able to get access to the BlazorDesktopWindow in Program.cs and set the property yourself:
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
I started using blazor desktop, I noticed that it uses wpf, but I can't find a way to use WindowStartupLocation as CenterScreen
Describe the solution you'd like
Implementing this would be good, since most apps today are opened as centralized
Additional context
No response
The text was updated successfully, but these errors were encountered: