Added application setting objects.

This commit is contained in:
2025-03-22 15:28:46 -04:00
parent 107a20b713
commit d988961513
10 changed files with 63 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
using CommunityToolkit.Mvvm.ComponentModel;
namespace Harmonia.WinUI.ViewModels;
public partial class ViewModelBase : ObservableObject
{
}