Skip to content

Commit 47a858b

Browse files
committed
feature: only version is added to the about menu
1 parent bfddc91 commit 47a858b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# HIDELL
22
**hide like linux**
33

4-
<img alt="HIDELL" height="128" src="hidell.svg" title="hide like linux" width="128"/>
4+
<img alt="HIDELL" height="128" src="hidell.png" title="hide like linux" width="128"/>
55

66
一款可以让Windows系统用户目录变“整洁”的软件,它会自动隐藏“点文件”和“点文件夹”,就像Linux系统下那样。
77

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func onReady() {
6161
mAutoStart.Check()
6262
}
6363
systray.AddSeparator()
64-
mAbout := systray.AddMenuItem("关于HIDELL", "")
64+
mAbout := systray.AddMenuItem("关于HIDELL V1.1", "")
6565
systray.AddSeparator()
6666
mQuit := systray.AddMenuItem("退出", "")
6767

0 commit comments

Comments
 (0)