Skip to content

Commit

Permalink
Make Liaher default icon overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
DineshSolanki committed Jun 22, 2022
1 parent e2d1a94 commit 16cebc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FoliCon/ViewModels/posterIconConfigViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class PosterIconConfigViewModel : BindableBase, IDialogAware
public PosterIconConfigViewModel()
{
Services.Tracker.Configure<PosterIconConfigViewModel>()
.Property(p => p.IconOverlay, defaultValue: "Alternate")
.Property(p => p.IconOverlay, defaultValue: "Liaher")
.PersistOn(nameof(PropertyChanged));
Services.Tracker.Track(this);
IconOverlayChangedCommand = new DelegateCommand<object>(delegate(object parameter)
Expand Down

0 comments on commit 16cebc8

Please sign in to comment.