Skip to content

Commit

Permalink
Merge pull request #529 from VenusGirl/patch-8
Browse files Browse the repository at this point in the history
Update file-manage.nss
  • Loading branch information
moudey authored Oct 7, 2024
2 parents 6121b87 + 6f865d3 commit ecf5b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/ko/imports/file-manage.nss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ menu(where=sel.count>0 type='file|dir|drive|namespace|back' mode="multiple" titl

menu(type='file|dir|back.dir' mode="single" title='속성')
{
$atrr = io.attributes(sel.path)
var { atrr = io.attributes(sel.path) }
item(title='숨김' checked=io.attribute.hidden(atrr)
cmd args='/c ATTRIB @if(io.attribute.hidden(atrr),"-","+")H "@sel.path"' window=hidden)

Expand Down

0 comments on commit ecf5b83

Please sign in to comment.