Alphabetize defaultConfig
This commit is contained in:
@@ -863,7 +863,9 @@
|
|||||||
import { createApp } from 'vue'
|
import { createApp } from 'vue'
|
||||||
import Navbar from './Navbar.vue'
|
import Navbar from './Navbar.vue'
|
||||||
|
|
||||||
// create dictionary for defaultConfig
|
// Create dictionary for defaultConfig
|
||||||
|
//
|
||||||
|
// Note: Please keep this in alphabetical order!
|
||||||
const defaultConfig = {
|
const defaultConfig = {
|
||||||
"address_family": "ipv4",
|
"address_family": "ipv4",
|
||||||
"always_send_scancodes": "enabled",
|
"always_send_scancodes": "enabled",
|
||||||
@@ -873,17 +875,18 @@
|
|||||||
"amd_rc": "vbr_latency",
|
"amd_rc": "vbr_latency",
|
||||||
"amd_usage": "ultralowlatency",
|
"amd_usage": "ultralowlatency",
|
||||||
"amd_vbaq": "enabled",
|
"amd_vbaq": "enabled",
|
||||||
|
"av1_mode": 0,
|
||||||
"capture": "",
|
"capture": "",
|
||||||
"controller": "enabled",
|
"controller": "enabled",
|
||||||
"high_resolution_scrolling": "enabled",
|
|
||||||
"install_steam_audio_drivers": "enabled",
|
|
||||||
"ds4_back_as_touchpad_click": "enabled",
|
"ds4_back_as_touchpad_click": "enabled",
|
||||||
"dwmflush": "enabled",
|
"dwmflush": "enabled",
|
||||||
"encoder": "",
|
"encoder": "",
|
||||||
"fps": "[10,30,60,90,120]",
|
"fps": "[10,30,60,90,120]",
|
||||||
"gamepad": "auto",
|
"gamepad": "auto",
|
||||||
|
"global_prep_cmd": "[]",
|
||||||
"hevc_mode": 0,
|
"hevc_mode": 0,
|
||||||
"av1_mode": 0,
|
"high_resolution_scrolling": "enabled",
|
||||||
|
"install_steam_audio_drivers": "enabled",
|
||||||
"key_rightalt_to_key_win": "disabled",
|
"key_rightalt_to_key_win": "disabled",
|
||||||
"keyboard": "enabled",
|
"keyboard": "enabled",
|
||||||
"min_log_level": 2,
|
"min_log_level": 2,
|
||||||
@@ -905,7 +908,6 @@
|
|||||||
"vt_coder": "auto",
|
"vt_coder": "auto",
|
||||||
"vt_realtime": "enabled",
|
"vt_realtime": "enabled",
|
||||||
"vt_software": "auto",
|
"vt_software": "auto",
|
||||||
"global_prep_cmd": "[]",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const app = createApp({
|
const app = createApp({
|
||||||
|
|||||||
Reference in New Issue
Block a user