mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-02-02 18:08:51 +03:00
update resources
This commit is contained in:
@@ -63,7 +63,7 @@ function SortUI()
|
||||
var ModelList=new Array();
|
||||
|
||||
//w22
|
||||
const vendorOrder = ["X 4 Series", "Q Series", "X 3 Series"];
|
||||
const vendorOrder = ["Q Series", "X 4 Series", "X 3 Series"];
|
||||
m_ProfileItem["model"].sort((a, b) => {
|
||||
const indexA = vendorOrder.indexOf(a.vendor);
|
||||
const indexB = vendorOrder.indexOf(b.vendor);
|
||||
|
||||
Reference in New Issue
Block a user