🎨 Improve notification https://ld246.com/article/1712750404715
This commit is contained in:
parent
a5ec51a3d1
commit
4033b15ee8
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ func refreshSubscriptionExpirationRemind() {
|
|||
|
||||
if 0 < remains && expireDay > remains {
|
||||
util.WaitForUILoaded()
|
||||
time.Sleep(time.Second * 3)
|
||||
time.Sleep(time.Second * 7)
|
||||
util.PushErrMsg(fmt.Sprintf(Conf.Language(127), remains), 0)
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue