[fix] some vconfig not applied -> stable release
This commit is contained in:
@@ -229,8 +229,8 @@ const getVideoConfig = async (steam_dir: string, steam_id32: number) => {
|
||||
}
|
||||
|
||||
const setVideoConfig = async (steam_dir: string, steam_id32: number, video_config: VideoSetting) => {
|
||||
console.log(video_config.videocfg_hdr_detail)
|
||||
await invoke("set_cs2_video_config", { steamDir: steam_dir, steamId32: steam_id32, videoConfig: video_config })
|
||||
// console.log(video)
|
||||
}
|
||||
|
||||
const addLaunchOption = (option: LaunchOption) => {
|
||||
|
||||
Reference in New Issue
Block a user