Move mh-logo to StaticData->Images
This commit is contained in:
parent
e63be02a1d
commit
33ed2bac42
2 changed files with 1 additions and 1 deletions
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
|
@ -87,7 +87,7 @@ namespace MatterHackers.MatterControl.Library
|
|||
return brailleItem;
|
||||
}),
|
||||
// TODO: Filepath won't work on Android. Needs to load from/to stream via custom type
|
||||
new FileSystemFileItem(StaticData.Instance.MapPath(Path.Combine("Icons", "mh-logo.png")))
|
||||
new FileSystemFileItem(StaticData.Instance.MapPath(Path.Combine("Images", "mh-logo.png")))
|
||||
{
|
||||
Name = "Image Converter".Localize()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue