Skip to content

Commit 2efd032

Browse files
committed
fix icon for submenu
1 parent 8abd9d5 commit 2efd032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vim_icon.ahk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
if FileExist(icon){
2424
Menu, Tray, Icon, % icon
25-
if (TryIcon == 1){
25+
if(icon != VimIcon.Icons["Default"]){
2626
Menu, VimSubMenu, Icon, Status, % icon
2727
}
2828
}

0 commit comments

Comments
 (0)