Reloadable configuration, FontService (WIP)
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
using System.Reactive.Subjects;
|
||||
|
||||
namespace FileTime.GuiApp.ViewModels;
|
||||
|
||||
public class MainWindowLoadingViewModel : IMainWindowViewModelBase
|
||||
{
|
||||
public bool Loading => true;
|
||||
public IObservable<string?> MainFont { get; } = new BehaviorSubject<string?>("");
|
||||
}
|
||||
Reference in New Issue
Block a user