Skip to content

Commit fea128e

Browse files
authored
Feature: Added option to browse all icon files in file picker (files-community#17158)
1 parent 63fbfe4 commit fea128e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/Files.App/Strings/en-US/Resources.resw

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4236,4 +4236,8 @@
42364236
<value>Status center progress ping</value>
42374237
<comment>Screen reader name for the status center progress ring</comment>
42384238
</data>
4239+
<data name="IconFiles" xml:space="preserve">
4240+
<value>Icon files</value>
4241+
<comment>This is the friendly name for a variety of different icon files.</comment>
4242+
</data>
42394243
</root>

src/Files.App/ViewModels/Properties/CustomizationViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ private void ExecuteOpenFilePickerCommand()
9595

9696
string[] extensions =
9797
[
98+
Strings.IconFiles.GetLocalizedResource(), "*.dll;*.exe;*.ico;*.icl",
9899
Strings.ApplicationExtension.GetLocalizedResource(), "*.dll",
99100
Strings.Application.GetLocalizedResource(), "*.exe",
100101
Strings.IcoFileCapitalized.GetLocalizedResource(), "*.ico",

0 commit comments

Comments
 (0)