Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
old9 committed Jan 2, 2025
1 parent 9a1c8aa commit 42cbd1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppttimer.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ creatMenus(){
Menu, Tray, Add, % "开始计时`t" ReadableShortcut(startKey), manuallyStart
Menu, Tray, Add, % "停止计时`t" ReadableShortcut(stopKey), stopTimer
Menu, Tray, Add, % "重置计时`t" ReadableShortcut(resetKey), resetTimer
Menu, Tray, Add, % "在听/恢复计时`t" ReadableShortcut(pauseKeyy), pauseTimer
Menu, Tray, Add, % "暂停/恢复计时`t" ReadableShortcut(pauseKey), pauseTimer
Menu, Tray, Add
if (profiles.Length() > 0) {
Menu, Tray, Add, 计时预设, :ProfilesMenu
Expand Down

0 comments on commit 42cbd1d

Please sign in to comment.