Files
Hyperbar/Hyperbar.Windows/SettingsView.xaml
T
2024-02-09 20:58:50 +00:00

15 lines
564 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<Window
x:Class="Hyperbar.Windows.SettingsView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Window.SystemBackdrop>
<MicaBackdrop />
</Window.SystemBackdrop>
<NavigationView
IsBackButtonVisible="Collapsed"
IsPaneToggleButtonVisible="False"
IsSettingsVisible="False"
MenuItemTemplateSelector="{Binding Template}"
MenuItemsSource="{x:Bind ViewModel, Mode=OneWay}" />
</Window>