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 8a34092 commit fe2828dCopy full SHA for fe2828d
src/Files.App/Actions/Content/Background/SetAsSlideshowBackgroundAction.cs
@@ -24,7 +24,7 @@ public override RichGlyph Glyph
24
25
public override Task ExecuteAsync(object? parameter = null)
26
{
27
- if (!IsExecutable || ContentPageContext.SelectedItems.Select(item => item.ItemPath).ToArray() is string[] paths || paths.Length is not 0)
+ if (!IsExecutable || ContentPageContext.SelectedItems.Select(item => item.ItemPath).ToArray() is not string[] paths || paths.Length is not 0)
28
return Task.CompletedTask;
29
30
try
0 commit comments