Skip to content

Commit

Permalink
fix(interface): drop defalut clash mode set
Browse files Browse the repository at this point in the history
  • Loading branch information
keiko233 committed May 29, 2024
1 parent f73761f commit 21f86f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/interface/ipc/useNyanpasu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ export const useNyanpasu = (options?: {
if (mode && modes.hasOwnProperty(mode)) {
modes[mode] = true;
} else {
setCurrentMode("rule");

modes.rule = true;
}

Expand Down

0 comments on commit 21f86f6

Please sign in to comment.