diff --git a/app/NativeMethods.cs b/app/NativeMethods.cs index a2264a9a..11f08dc4 100644 --- a/app/NativeMethods.cs +++ b/app/NativeMethods.cs @@ -647,6 +647,8 @@ public class NativeMethods //Logger.WriteLine(screen.DeviceName); count++; } + + if (displayNum > 0 && count == 0) laptopScreen = defaultDevice; } catch (Exception ex) {