mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-06-15 03:46:37 +10:00
Added option to single-expand any Win7 style item
Expands the "display as a list of drives" option from This PC to work on almost any item in the Windows 7 style. Incompatible items have a new setting called ITEM_NODRIVES which blocks the option from appearing. This PC still uses the original "list of drives" text, while other items use "list of links" instead. Sorting has been updated to account for this option by adding a property called bFolderLink which marks any folder, even if it is not explicitly expandable.
This commit is contained in:
committed by
Ibuprophen
parent
ef663d2051
commit
bb26cec0ec
@@ -1311,6 +1311,8 @@ BEGIN
|
||||
IDS_OPEN_CMD_TIP "The action will run a user-defined command"
|
||||
IDS_OPEN_CMD_TEXT "Command to run"
|
||||
IDS_OPEN_CMD_TEXT_TIP "Enter the command to run when you use this control"
|
||||
IDS_ITEM_LINKS "Display as a list of links"
|
||||
IDS_ITEM_LINKS_TIP "This item will appear as a sub-menu showing only its top-level contents"
|
||||
END
|
||||
|
||||
#endif // English (U.S.) resources
|
||||
|
||||
Reference in New Issue
Block a user