[fix] some vconfig not applied -> stable release

This commit is contained in:
Purp1e
2025-03-27 18:02:51 +08:00
parent 7ec20984c4
commit faec03afb1
3 changed files with 17 additions and 16 deletions

View File

@@ -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) => {