mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-02 13:18:50 +00:00
Add support for config file with .yml extension
This commit is contained in:
parent
d0c8f5eb45
commit
809e170018
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ namespace v2rayN.Forms
|
|||
OpenFileDialog fileDialog = new OpenFileDialog
|
||||
{
|
||||
Multiselect = false,
|
||||
Filter = "Config|*.json|YAML|*.yaml|All|*.*"
|
||||
Filter = "Config|*.json|YAML|*.yaml;*.yml|All|*.*"
|
||||
};
|
||||
if (fileDialog.ShowDialog() != DialogResult.OK)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue