From 67e403bc230a3412b4a16e08dfc7b052460da8a1 Mon Sep 17 00:00:00 2001 From: kougyoku Date: Thu, 19 May 2022 09:07:30 -0700 Subject: [PATCH] add wav file to allowed extensions --- App.config | 1 + Properties/Settings.Designer.cs | 1 + Properties/Settings.settings | 1 + 3 files changed, 3 insertions(+) diff --git a/App.config b/App.config index 9fa4a68..d642853 100644 --- a/App.config +++ b/App.config @@ -22,6 +22,7 @@ .mp4 .mp3 .wmv + .wav diff --git a/Properties/Settings.Designer.cs b/Properties/Settings.Designer.cs index 410e9da..5a8c09f 100644 --- a/Properties/Settings.Designer.cs +++ b/Properties/Settings.Designer.cs @@ -41,6 +41,7 @@ namespace LocalExplorer.Properties { .mp4 .mp3 .wmv + .wav ")] public global::System.Collections.Specialized.StringCollection ALLOWED_EXTENSIONS { get { diff --git a/Properties/Settings.settings b/Properties/Settings.settings index 5357eac..e746a21 100644 --- a/Properties/Settings.settings +++ b/Properties/Settings.settings @@ -13,6 +13,7 @@ <string>.mp4</string> <string>.mp3</string> <string>.wmv</string> + <string>.wav</string> </ArrayOfString>