Add a top-level menu bar to the launcher with a "Tools" menu item (and a placeholder "Help" menu for future use). Under "Tools", add a "Reset Password" menu item that opens the PasswordResetWindow dialog. The menu item should be bound to IsEnabled="{Binding StopBlisEnabled}" so it's only clickable when the server is running — this prevents users from attempting a reset when MySQL isn't up. Use Avalonia's Menu and MenuItem controls consistent with the existing window styling.
Add a top-level menu bar to the launcher with a "Tools" menu item (and a placeholder "Help" menu for future use). Under "Tools", add a "Reset Password" menu item that opens the PasswordResetWindow dialog. The menu item should be bound to IsEnabled="{Binding StopBlisEnabled}" so it's only clickable when the server is running — this prevents users from attempting a reset when MySQL isn't up. Use Avalonia's Menu and MenuItem controls consistent with the existing window styling.