mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix logic
This commit is contained in:
parent
70a24e0774
commit
58caa493bc
1 changed files with 2 additions and 2 deletions
|
|
@ -305,8 +305,8 @@ namespace Flow.Launcher
|
|||
|
||||
var currentDpi = GetDpi();
|
||||
|
||||
if (previousScreen != default ||
|
||||
previousDpi != default ||
|
||||
if (previousScreen == default ||
|
||||
previousDpi == default ||
|
||||
(previousScreen != (SystemParameters.VirtualScreenWidth, SystemParameters.VirtualScreenHeight) ||
|
||||
previousDpi != currentDpi))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue