Skip to content

Commit 3a6b34b

Browse files
Update DecompressArchiveDialogViewModel.cs
1 parent 3e1b820 commit 3a6b34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/ViewModels/Dialogs/DecompressArchiveDialogViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ void RefreshEncodingOptions()
7373
.Prepend(new EncodingItem(
7474
detectedEncoding,
7575
string.Format(Strings.EncodingDetected.GetLocalizedResource(), detectedEncoding.EncodingName)
76-
)
76+
))
7777
.ToArray();
7878
}
7979
else

0 commit comments

Comments
 (0)