Skip to content

Commit

Permalink
image add
Browse files Browse the repository at this point in the history
  • Loading branch information
vuisme committed Feb 21, 2024
1 parent f58fe6d commit 9e181ee
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 2 deletions.
Binary file modified electron/resources/extra/win/scrcpy/scrcpy.exe
Binary file not shown.
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 53 additions & 2 deletions src/store/preference/model/video/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,62 @@ export default {
value: undefined,
placeholder: 'preferences.video.screen-cropping.placeholder',
options: [
{ label: 'Quest 2', value: '1600:900:2017:510' },
{ label: 'Quest 3', value: '1826:1026:137:603' },
{ label: 'Quest 2', value: '1440:1540:60:60' },
{ label: 'Quest 3', value: '2084:2200:0:0' },
{ label: 'Full View', value: '' },
],
},
isQ3: {
label: 'Máy Quest 3',
field: '--rotation-offset=22 --position-x-offset=-110 --position-y-offset=-110 --scale=135',
type: 'Switch',
value: undefined,
placeholder: 'Máy Quest 3',
},
// rotation: {
// label: 'Xoay hình (Cho Quest 3)',
// field: '--rotation-offset',
// type: 'Select',
// value: undefined,
// placeholder: 'Chỉ dành cho Quest 3',
// options: [
// { label: 'Quest 3', value: '22' },
// { label: 'Không xoay', value: '' },
// ],
// },
// positionx: {
// label: 'Vị trí X (Cho Quest 3)',
// field: '--position-x-offset',
// type: 'Select',
// value: undefined,
// placeholder: 'Chỉ dành cho Quest 3',
// options: [
// { label: 'Quest 3', value: '-110' },
// { label: 'Không chỉnh', value: '' },
// ],
// },
// positiony: {
// label: 'Vị trí Y (Cho Quest 3)',
// field: '--position-y-offset',
// type: 'Select',
// value: undefined,
// placeholder: 'Chỉ dành cho Quest 3',
// options: [
// { label: 'Quest 3', value: '-110' },
// { label: 'Không chỉnh', value: '' },
// ],
// },
// scale: {
// label: 'Phóng to (Cho Quest 3)',
// field: '--scale',
// type: 'Select',
// value: undefined,
// placeholder: 'Chỉ dành cho Quest 3',
// options: [
// { label: 'Quest 3', value: '135' },
// { label: 'Không chỉnh', value: '' },
// ],
// },
// displayId: {
// label: 'preferences.video.display.name',
// field: '--display-id',
Expand Down

0 comments on commit 9e181ee

Please sign in to comment.