diff options
author | Emma@Rory& <root@rory.gay> | 2023-07-24 20:57:23 +0200 |
---|---|---|
committer | Emma@Rory& <root@rory.gay> | 2023-07-24 20:57:23 +0200 |
commit | cf6f87bea88df3f90e33dfdc5bb16f47b8716054 (patch) | |
tree | 92605891ae683d91f1d71a725d1c94f6675be43b /MatrixRoomUtils.Desktop/App.axaml | |
parent | Debug validation api (diff) | |
download | MatrixUtils-cf6f87bea88df3f90e33dfdc5bb16f47b8716054.tar.xz |
Start of MRU Desktop
Diffstat (limited to 'MatrixRoomUtils.Desktop/App.axaml')
-rw-r--r-- | MatrixRoomUtils.Desktop/App.axaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/MatrixRoomUtils.Desktop/App.axaml b/MatrixRoomUtils.Desktop/App.axaml new file mode 100644 index 0000000..9c99838 --- /dev/null +++ b/MatrixRoomUtils.Desktop/App.axaml @@ -0,0 +1,10 @@ +<Application xmlns="https://github.com/avaloniaui" + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + x:Class="MatrixRoomUtils.Desktop.App" + RequestedThemeVariant="Default"> + <!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. --> + + <Application.Styles> + <FluentTheme /> + </Application.Styles> +</Application> \ No newline at end of file |