mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-12 19:31:17 +08:00
修复状态栏时钟自定义小BUG
This commit is contained in:
@@ -155,7 +155,7 @@ class StatusBarTimeCustomization : IXposedHookLoadPackage {
|
|||||||
if (isWeek) {
|
if (isWeek) {
|
||||||
if (!isHideSpace) DatePattern = "$DatePattern "
|
if (!isHideSpace) DatePattern = "$DatePattern "
|
||||||
DatePattern += "E"
|
DatePattern += "E"
|
||||||
if (!isDoubleLine && isDoubleHour) {
|
if (!isDoubleLine) {
|
||||||
if (!isHideSpace) DatePattern = "$DatePattern "
|
if (!isHideSpace) DatePattern = "$DatePattern "
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user