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 70a24e0 commit 58caa49Copy full SHA for 58caa49
Flow.Launcher/MainWindow.xaml.cs
@@ -305,8 +305,8 @@ private void InitializePosition()
305
306
var currentDpi = GetDpi();
307
308
- if (previousScreen != default ||
309
- previousDpi != default ||
+ if (previousScreen == default ||
+ previousDpi == default ||
310
(previousScreen != (SystemParameters.VirtualScreenWidth, SystemParameters.VirtualScreenHeight) ||
311
previousDpi != currentDpi))
312
{
0 commit comments