UI Tweaks

This commit is contained in:
Serge
2023-07-19 23:43:26 +02:00
parent e7a4537098
commit a97ab6dbc8
4 changed files with 10 additions and 5 deletions

View File

@@ -134,6 +134,7 @@ namespace GHelper.Display
string? laptopScreen = null;
var screens = Screen.AllScreens;
/*
if (!isUltimate)
{
foreach (var screen in screens )
@@ -142,6 +143,7 @@ namespace GHelper.Display
if (screen.DeviceName == defaultDevice) return defaultDevice;
}
}
*/
try
{