mirror of
https://github.com/2dust/v2rayN.git
synced 2025-07-04 05:52:09 +00:00
commit
ee416b1bf2
1 changed files with 2 additions and 2 deletions
|
@ -132,7 +132,7 @@ namespace v2rayN.Views
|
||||||
private void btnBrowse_Click(object sender, System.Windows.RoutedEventArgs e)
|
private void btnBrowse_Click(object sender, System.Windows.RoutedEventArgs e)
|
||||||
{
|
{
|
||||||
var openFileDialog1 = new OpenFileDialog();
|
var openFileDialog1 = new OpenFileDialog();
|
||||||
openFileDialog1.Filter = "PNG|*.png";
|
openFileDialog1.Filter = "PNG,ICO|*.png;*.ico";
|
||||||
openFileDialog1.ShowDialog();
|
openFileDialog1.ShowDialog();
|
||||||
|
|
||||||
txtCustomIcon.Text = openFileDialog1.FileName;
|
txtCustomIcon.Text = openFileDialog1.FileName;
|
||||||
|
|
Loading…
Reference in a new issue