Fix indent

This commit is contained in:
VictoriousRaptor 2024-05-19 16:35:50 +08:00
parent b7f92ebb1d
commit 5f68066181

View file

@ -305,8 +305,8 @@ namespace Flow.Launcher
}
private void window_MouseDown(object sender, MouseButtonEventArgs e) /* for close hotkey popup */
{
if (Keyboard.FocusedElement is not TextBox textBox)
{
if (Keyboard.FocusedElement is not TextBox textBox)
{
return;
}