Added 5K and 8K to scene page quality map.
This commit is contained in:
parent
d8d2ee6785
commit
8b3e9d32d6
|
|
@ -400,6 +400,8 @@ const { scene } = pageProps;
|
|||
const showSummaryDialog = ref(false);
|
||||
|
||||
const qualities = {
|
||||
4320: '8K',
|
||||
2280: '5K',
|
||||
2160: '4K',
|
||||
1440: 'Quad HD',
|
||||
1080: 'Full HD',
|
||||
|
|
|
|||
Loading…
Reference in New Issue