Replies: 5 comments 2 replies
-
menu(mode="multiple" title="Scan with") { }
modify(mode="multiple" find="VirusTotal|Microsoft Defender|Malwarebytes" pos=2 menu="Scan with") menu(mode="multiple" title="Archivieren") { }
modify(mode="multiple" find="7-Zip|WinRar" pos=3 menu="Archivieren") |
Beta Was this translation helpful? Give feedback.
-
Good morning, I'm jumping into this discussion to ask a question. With these 2 command lines inserted in a customizations.nss file
I got this result Unfortunately I have 2 problems, the first and most important is that the "Compactors" menu does not appear if I want to compress one or more image/video/audio files.... I have not checked if it happens for other files. The second less important but frustrating is that the 7-Zip icons do not appear. The result I would like to obtain is like in my old version 1.8.1, so P.S. I don't know how to insert the strings in the post, I have to use "Quote?" |
Beta Was this translation helpful? Give feedback.
-
I'm a little confused by the explanations. I'll try to guess.
modify(mode="multiple" type='file|dir' find='"7-zip"|"Estrai Tutto"' menu="Compattatori")
modify(mode="multiple" type='file|dir' find='"7-zip"' menu="Compattatori" image=path.combine(sys.prog,'7-Zip','7zFM.exe'))
modify(mode="multiple" type='file|dir' find='"Estrai Tutto"' menu="Compattatori") |
Beta Was this translation helpful? Give feedback.
-
Hi, first of all thanks for the reply, with the addition of this code: UPDATE: |
Beta Was this translation helpful? Give feedback.
-
Hello, I have a new question regarding the movement of the created menus. with this string I create the menu with a custom icon:
with this string I move it file options:
with this string I insert the Antivirus menu items:
This is the result and it works but there is no icon 😭😭 SORRY, SORRY. All it took was a moment to think about it, and the result was achieved.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to move all AV entries and all archiving entries each to a single submenu, 'Scan_with...' and 'Archivieren...'. And then move these submenus to 'more_options'. I can't figure out how to word this correctly. Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions