Add search and quick filters to walkthrough

This commit is contained in:
Mbucari 2023-03-28 12:30:05 -06:00
parent 00cf7693d5
commit 2afb5365dd
8 changed files with 308 additions and 61 deletions

View file

@ -192,7 +192,7 @@ namespace LibationFileManager
}
[Description("Indicates that this is the first time Libation has been run")]
public bool FirstLaunch { get => GetNonString(defaultValue: true); set => SetNonString(value); }
public bool FirstLaunch { get => true; set => SetNonString(value); }
[Description("When liberating books and there is an error, Libation should:")]
public BadBookAction BadBook { get => GetNonString(defaultValue: BadBookAction.Ask); set => SetNonString(value); }