Skip to content

Commit

Permalink
chore: show report by default
Browse files Browse the repository at this point in the history
Signed-off-by: qwq233 <qwq233@qwq2333.top>
  • Loading branch information
qwq233 committed Nov 9, 2024
1 parent d20f18a commit e2dfa81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ object Defines {
@BooleanConfig(true) const val showViewHistory = "showViewHistory"
@BooleanConfig(true) const val showRepeat = "showRepeat"
@BooleanConfig const val showCopyPhoto = "showCopyPhoto"
@BooleanConfig const val showReport = "showReport"
@BooleanConfig(true) const val showReport = "showReport"

// custom double tap
@IntConfig(doubleTabReaction)
Expand Down

0 comments on commit e2dfa81

Please sign in to comment.