We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c03a7c9 commit 37fc0b9Copy full SHA for 37fc0b9
src/Files.App/Data/Items/ToolbarItemDescriptor.cs
@@ -169,7 +169,10 @@ public ToolbarItemSettingsEntry ToSettingsEntry() => IsGroup
169
170
private static string GetToolbarSectionId(IRichCommand cmd) => cmd.Code switch
171
{
172
- CommandCodes.DecompressArchiveToChildFolder => ArchiveFilesContextId,
+ CommandCodes.DecompressArchive
173
+ or CommandCodes.DecompressArchiveHere
174
+ or CommandCodes.DecompressArchiveHereSmart
175
+ or CommandCodes.DecompressArchiveToChildFolder => ArchiveFilesContextId,
176
CommandCodes.RunWithPowershell => PowerShellFilesContextId,
177
CommandCodes.EditInNotepad => BatchFilesContextId,
178
CommandCodes.SetAsWallpaperBackground or CommandCodes.SetAsLockscreenBackground or CommandCodes.SetAsAppBackground
0 commit comments