mirror of
https://github.com/jkocon/g-helper.git
synced 2026-04-17 13:10:26 +02:00
Exception wrapping
This commit is contained in:
@@ -166,7 +166,8 @@ namespace GHelper.Display
|
||||
{
|
||||
try
|
||||
{
|
||||
var devices = GetAllDevices().ToArray();
|
||||
var devicesList = GetAllDevices();
|
||||
var devices = devicesList.ToArray();
|
||||
string internalName = AppConfig.GetString("internal_display");
|
||||
|
||||
foreach (var device in devices)
|
||||
|
||||
Reference in New Issue
Block a user