mirror of
https://github.com/nomi-san/parsec-vdd.git
synced 2026-08-07 13:50:45 +00:00
app: update display order by device
This commit is contained in:
+1
-1
@@ -281,7 +281,7 @@ namespace ParsecVDisplay
|
|||||||
displays.Sort((a, b) =>
|
displays.Sort((a, b) =>
|
||||||
{
|
{
|
||||||
if (a.AdapterInstance == b.AdapterInstance)
|
if (a.AdapterInstance == b.AdapterInstance)
|
||||||
return a.LastArrival.CompareTo(b.LastArrival);
|
return a.DeviceName.CompareTo(b.DeviceName);
|
||||||
return a.AdapterArrival.CompareTo(b.AdapterArrival);
|
return a.AdapterArrival.CompareTo(b.AdapterArrival);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user