mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Auto change icon to custom when changing location
i dont know what the issue id for this is because im on a plane like 999999 feet in the air 😭
This commit is contained in:
parent
b7c591bc88
commit
a95ce870db
@ -118,7 +118,10 @@ namespace Bloxstrap.ViewModels
|
|||||||
get => App.Settings.Prop.BootstrapperIconCustomLocation;
|
get => App.Settings.Prop.BootstrapperIconCustomLocation;
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
|
App.Settings.Prop.BootstrapperIcon = BootstrapperIcon.IconCustom;
|
||||||
App.Settings.Prop.BootstrapperIconCustomLocation = value;
|
App.Settings.Prop.BootstrapperIconCustomLocation = value;
|
||||||
|
|
||||||
|
OnPropertyChanged(nameof(Icon));
|
||||||
OnPropertyChanged(nameof(IconPreviewSource));
|
OnPropertyChanged(nameof(IconPreviewSource));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user