From a2ca950e9e86a37ebfa4580a09be187e8d14ab33 Mon Sep 17 00:00:00 2001 From: Whyverum Date: Sun, 28 Dec 2025 17:32:26 +0700 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- imports/develop.nss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imports/develop.nss b/imports/develop.nss index ceef3bb..0fb4a63 100644 --- a/imports/develop.nss +++ b/imports/develop.nss @@ -101,7 +101,7 @@ } // File system - menu(type='file|dir|drive|namespace|back|desktop' mode="single" title='file system' image=\uE043) + menu(type='file|dir|drive|namespace|back|desktop' mode="single" title='Система' image=\uE043) { item(type='file|dir|back.dir|drive|desktop' title='Передать права' image=[\uE194,#f00] admin cmd args='/K takeown /f "@sel.path" @if(sel.type==1,null,"/r /d y") && icacls "@sel.path" /grant *S-1-5-32-544:F @if(sel.type==1,"/c /l","/t /c /l /q")')