Skip to content

Commit

Permalink
多选文件夹开关控制子项目
Browse files Browse the repository at this point in the history
  • Loading branch information
ClDaniel1 committed Apr 16, 2022
1 parent 5be6c96 commit 4269583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/Pref/General.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ const General = (props: IProps) => {
<Checkbox
isChecked={data.multi_chose_folder_switch_all}
onChange={(e) =>
onChange({ tray_mini_window: e.target.checked })
onChange({ multi_chose_folder_switch_all: e.target.checked })
}
>
{lang.multi_chose_folder_switch_all}
Expand Down

0 comments on commit 4269583

Please sign in to comment.