Skip to content

Commit

Permalink
Merge pull request #530 from a4d8b3/main
Browse files Browse the repository at this point in the history
Fix syntax file-manage.nss
  • Loading branch information
moudey authored Oct 8, 2024
2 parents ecf5b83 + 180283d commit 2f966c4
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='속성')
{
var { atrr = io.attributes(sel.path) }
$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 2f966c4

Please sign in to comment.