Skip to content

Commit

Permalink
fix: add description for navbar simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
std-microblock committed Aug 20, 2023
1 parent ce43701 commit 9a6b300
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ object SimplifyQQSettingMe : MultiItemDelayableHook("SimplifyQQSettingMe") {
const val MidContentName = "SimplifyQQSettingMe::MidContentName"

override val preferenceTitle: String = "侧滑栏精简"
override val description: String = "可能需要重启 QQ 后生效"
override val allItems = setOf<String>()
override val uiItemLocation = FunctionEntryRouter.Locations.Simplify.SLIDING_UI
override val isAvailable = requireMinQQVersion(QQ_8_4_1)
Expand Down

0 comments on commit 9a6b300

Please sign in to comment.