mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Removed inappropriately added AppState empty ctor
This commit is contained in:
parent
b110a297a8
commit
8478904e67
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user