Removed inappropriately added AppState empty ctor

This commit is contained in:
Justin Swanson 2019-10-12 16:43:21 -05:00
parent b110a297a8
commit 8478904e67

View File

@ -85,10 +85,6 @@ namespace Wabbajack
private Subject<Unit> _slideshowCommandTriggeredSubject = new Subject<Unit>();
public ReactiveCommand<Unit, Unit> SlideShowNextItemCommand => ReactiveCommand.Create(() => _slideshowCommandTriggeredSubject.OnNext(Unit.Default));
public AppState()
{
}
public AppState(TaskMode mode)
{
if (Path.GetDirectoryName(Assembly.GetEntryAssembly().Location.ToLower()) == KnownFolders.Downloads.Path.ToLower())