We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcaa25a commit 00d9502Copy full SHA for 00d9502
Flow.Launcher/MainWindow.xaml.cs
@@ -320,7 +320,7 @@ private void ToggleGameMode()
320
private async void PositionReset()
321
{
322
_viewModel.Show();
323
- await Task.Delay(300); // If don't give a time, Positioning will be weired.
+ await Task.Delay(300); // If don't give a time, Positioning will be weird.
324
Left = HorizonCenter();
325
Top = VerticalCenter();
326
}
0 commit comments