Skip to content

Commit fe2828d

Browse files
authored
Update SetAsSlideshowBackgroundAction.cs
1 parent 8a34092 commit fe2828d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Actions/Content/Background/SetAsSlideshowBackgroundAction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public override RichGlyph Glyph
2424

2525
public override Task ExecuteAsync(object? parameter = null)
2626
{
27-
if (!IsExecutable || ContentPageContext.SelectedItems.Select(item => item.ItemPath).ToArray() is string[] paths || paths.Length is not 0)
27+
if (!IsExecutable || ContentPageContext.SelectedItems.Select(item => item.ItemPath).ToArray() is not string[] paths || paths.Length is not 0)
2828
return Task.CompletedTask;
2929

3030
try

0 commit comments

Comments
 (0)