Console Binary file preview
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System.Collections.ObjectModel;
|
||||
using FileTime.App.Core.ViewModels;
|
||||
using FileTime.ConsoleUI.App.Preview;
|
||||
using PropertyChanged.SourceGenerator;
|
||||
|
||||
namespace FileTime.ConsoleUI.App;
|
||||
@@ -9,4 +10,6 @@ public partial class ConsoleAppState : AppStateBase, IConsoleAppState
|
||||
[Notify] private string? _errorText;
|
||||
//TODO: make it thread safe
|
||||
public ObservableCollection<string> PopupTexts { get; } = new();
|
||||
|
||||
[Notify] private ItemPreviewType? _previewType = ItemPreviewType.Binary;
|
||||
}
|
||||
Reference in New Issue
Block a user