Skip to content

Commit

Permalink
[fix] Add sync to default fs settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Diving-Fish authored Jul 21, 2024
1 parent b0437ad commit 51816a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/ProSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ export default {
},
reset() {
this.fc_filter = [0, "fc", "fcp", "ap", "app"];
this.fs_filter = [0, "fs", "fsp", "fsd", "fsdp"];
this.fs_filter = [0, "sync", "fs", "fsp", "fsd", "fsdp"];
this.diff_filter = [0, 1, 2, 3, 4, 5];
this.rate_filter = [
"sssp",
Expand Down

0 comments on commit 51816a3

Please sign in to comment.