Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
hamjin committed Mar 5, 2024
1 parent 9137be3 commit e68ce85
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -673,11 +673,7 @@ object SystemUIHooker : YukiBaseHooker() {
statusBarMaxStaticIcons = maxStaticIconsField.int()
}
if (!ConfigData.isEnableLiftedStatusIconCount) {
/** 还原一次系统设置 */
if (statusBarMaxStaticIcons != -1) {
maxStaticIconsField.set(statusBarMaxStaticIcons)
statusBarMaxStaticIcons = -1
}
maxStaticIconsField.set(statusBarMaxStaticIcons)
return
}

Expand Down

0 comments on commit e68ce85

Please sign in to comment.