Skip to content

Commit 00d9502

Browse files
authored
formatting
1 parent bcaa25a commit 00d9502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ private void ToggleGameMode()
320320
private async void PositionReset()
321321
{
322322
_viewModel.Show();
323-
await Task.Delay(300); // If don't give a time, Positioning will be weired.
323+
await Task.Delay(300); // If don't give a time, Positioning will be weird.
324324
Left = HorizonCenter();
325325
Top = VerticalCenter();
326326
}

0 commit comments

Comments
 (0)