We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfddc91 commit 47a858bCopy full SHA for 47a858b
README.MD
@@ -1,7 +1,7 @@
1
# HIDELL
2
**hide like linux**
3
4
-<img alt="HIDELL" height="128" src="hidell.svg" title="hide like linux" width="128"/>
+<img alt="HIDELL" height="128" src="hidell.png" title="hide like linux" width="128"/>
5
6
一款可以让Windows系统用户目录变“整洁”的软件,它会自动隐藏“点文件”和“点文件夹”,就像Linux系统下那样。
7
main.go
@@ -61,7 +61,7 @@ func onReady() {
61
mAutoStart.Check()
62
}
63
systray.AddSeparator()
64
- mAbout := systray.AddMenuItem("关于HIDELL", "")
+ mAbout := systray.AddMenuItem("关于HIDELL V1.1", "")
65
66
mQuit := systray.AddMenuItem("退出", "")
67
0 commit comments