mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-06-15 20:00:09 +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
@@ -774,6 +774,8 @@
|
||||
#define IDS_OPEN_CMD_TIP 3677
|
||||
#define IDS_OPEN_CMD_TEXT 3678
|
||||
#define IDS_OPEN_CMD_TEXT_TIP 3679
|
||||
#define IDS_ITEM_LINKS 3680
|
||||
#define IDS_ITEM_LINKS_TIP 3681
|
||||
#define IDS_STRING7001 7001
|
||||
#define IDS_STRING7002 7002
|
||||
#define IDS_STRING7003 7003
|
||||
|
||||
Reference in New Issue
Block a user