Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from ziecho/main
Browse files Browse the repository at this point in the history
Modify Tips
  • Loading branch information
Lakr233 authored Mar 15, 2022
2 parents 65e7462 + a1e9499 commit dc13a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MoneyProgress/MoneyProgress/Menubar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class Menubar: ObservableObject {
if percent <= 0 {
statusItem.button?.title = "💰 暂未开工"
} else if percent >= 1 {
statusItem.button?.title = "💰 下班啦"
statusItem.button?.title = String(format: "💰 下班啦,今日 %.0f 到手", money)
} else {
statusItem.button?.title = String(format: "💰 您今日已挣 %.4f 元", money)
}
Expand Down

0 comments on commit dc13a8d

Please sign in to comment.