mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Correct OpenFileDialog filter
This commit is contained in:
parent
69a059e27b
commit
5fd9d1e207
@ -35,7 +35,7 @@ namespace Bloxstrap.UI.ViewModels.Menu
|
|||||||
{
|
{
|
||||||
var dialog = new OpenFileDialog
|
var dialog = new OpenFileDialog
|
||||||
{
|
{
|
||||||
Filter = $"{Resources.Strings.Menu_IconFiles}|*.ico|{Resources.Strings.Menu_AllFiles}|*.*"
|
Filter = $"{Resources.Strings.Menu_IconFiles}|*.ico"
|
||||||
};
|
};
|
||||||
|
|
||||||
if (dialog.ShowDialog() != true)
|
if (dialog.ShowDialog() != true)
|
||||||
|
Loading…
Reference in New Issue
Block a user