Update naming to UI

This commit is contained in:
Nick Mowen
2022-03-12 07:37:13 -07:00
parent d501ef84df
commit fb43cf2620
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ export const handlers = [
detect: { width: 1280, height: 720 },
snapshots: {},
live: { height: 720 },
gui: { show: true, order: 0 },
ui: { show: true, order: 0 },
},
side: {
name: 'side',
@@ -29,7 +29,7 @@ export const handlers = [
detect: { width: 1280, height: 720 },
snapshots: {},
live: { height: 720 },
gui: { show: true, order: 1 },
ui: { show: true, order: 1 },
},
},
})