diff --git a/OpenLyricsClient/App.axaml b/OpenLyricsClient/App.axaml index 3caa7d0..031a675 100644 --- a/OpenLyricsClient/App.axaml +++ b/OpenLyricsClient/App.axaml @@ -3,7 +3,8 @@ xmlns:themes="clr-namespace:Material.Styles.Themes;assembly=Material.Styles" xmlns:local="using:OpenLyricsClient" xmlns:converter="clr-namespace:OpenLyricsClient.Backend.Utils.Converter" - + xmlns:system="clr-namespace:System;assembly=System.Runtime" + x:Class="OpenLyricsClient.App"> @@ -39,11 +40,44 @@