diff --git a/FoliCon/ViewModels/posterIconConfigViewModel.cs b/FoliCon/ViewModels/posterIconConfigViewModel.cs index cfa67fdd..60210191 100644 --- a/FoliCon/ViewModels/posterIconConfigViewModel.cs +++ b/FoliCon/ViewModels/posterIconConfigViewModel.cs @@ -8,7 +8,7 @@ public class PosterIconConfigViewModel : BindableBase, IDialogAware public PosterIconConfigViewModel() { Services.Tracker.Configure() - .Property(p => p.IconOverlay, defaultValue: "Alternate") + .Property(p => p.IconOverlay, defaultValue: "Liaher") .PersistOn(nameof(PropertyChanged)); Services.Tracker.Track(this); IconOverlayChangedCommand = new DelegateCommand(delegate(object parameter)