Skip to content

Commit

Permalink
fix: slientmode default -> off
Browse files Browse the repository at this point in the history
  • Loading branch information
guimc233 authored Nov 24, 2023
1 parent 1edc63a commit d2b9651
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ object ModuleStateConfig : ReadOnlyPluginConfig("modulestate") {
val githubquery by value(true)

@ValueDescription("静默[滥权小助手]")
val silentmute by value(true)
val slientmute by value(false)
}

0 comments on commit d2b9651

Please sign in to comment.