Skip to content

Commit 81eeaa6

Browse files
committed
bugs fixed
1 parent ee1af73 commit 81eeaa6

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

locales/en.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@
137137
"locker": "Lock Mode",
138138
"locker-settings": "Lock Mode Settings",
139139
"locker-settings-tip-part-1": "When lock mode is on, you cannot edit settings or exit wnr. ",
140-
"locker-settings-tip-part-2": "On macOS, the dock icon and top bar will be hidden. ",
141-
"locker-settings-tip-part-3": "Status: ",
140+
"locker-settings-tip-part-2": "On macOS, the dock icon and top bar will be hidden. Status: ",
142141
"on": "on",
143142
"off": "off",
144143
"period-symbol": ".",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wnr",
3-
"version": "1.12.0",
3+
"version": "1.12.1",
44
"description": "It's a timer app with strong expansibility for computers. The name is an abbr of \"Work and Rest\".",
55
"main": "main.js",
66
"scripts": {
-175 KB
Binary file not shown.

res/builder/win.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ const config = {
2323
"license": "LICENSE",
2424
"oneClick": false,
2525
"installerSidebar": "res/builder/nsisResources/installerSidebar.bmp",
26-
"uninstallerIcon": "res/builder/nsisResources/uninstallerIcon.ico",
2726
"artifactName": "${productName} ${version} Setup.${ext}"
2827
}
2928
}

0 commit comments

Comments
 (0)