mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add theming and a Windows 3.11 inspired theme.
This commit is contained in:
14
Marechai.App/Presentation/Views/SettingsPage.xaml.cs
Normal file
14
Marechai.App/Presentation/Views/SettingsPage.xaml.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Marechai.App.Presentation.ViewModels;
|
||||
using Microsoft.UI.Xaml.Controls;
|
||||
|
||||
namespace Marechai.App.Presentation.Views;
|
||||
|
||||
public sealed partial class SettingsPage : Page
|
||||
{
|
||||
public SettingsPage()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
public SettingsViewModel? ViewModel => DataContext as SettingsViewModel;
|
||||
}
|
||||
Reference in New Issue
Block a user