diff --git a/MyHomeAudio/MyHomeAudio.csproj b/MyHomeAudio/MyHomeAudio.csproj index b9decc8..1671934 100644 --- a/MyHomeAudio/MyHomeAudio.csproj +++ b/MyHomeAudio/MyHomeAudio.csproj @@ -25,7 +25,7 @@ false - 1.0.1.42 + 1.0.9.1 x86|x64 @@ -48,8 +48,9 @@ + - + diff --git a/MyHomeAudio/Package.appxmanifest b/MyHomeAudio/Package.appxmanifest index b5297ce..81bdd48 100644 --- a/MyHomeAudio/Package.appxmanifest +++ b/MyHomeAudio/Package.appxmanifest @@ -10,7 +10,7 @@ + Version="1.0.9.0" /> diff --git a/MyHomeAudio/Properties/launchSettings.json b/MyHomeAudio/Properties/launchSettings.json index 532ced0..7689733 100644 --- a/MyHomeAudio/Properties/launchSettings.json +++ b/MyHomeAudio/Properties/launchSettings.json @@ -1,7 +1,9 @@ { "profiles": { "MyHomeAudio (Package)": { - "commandName": "MsixPackage" + "commandName": "MsixPackage", + "doNotLaunchApp": false, + "nativeDebugging": true }, "MyHomeAudio (Unpackaged)": { "commandName": "Project" diff --git a/MyHomeAudio/pages/SettingsPage.xaml b/MyHomeAudio/pages/SettingsPage.xaml index bd0a5fc..47a87d8 100644 --- a/MyHomeAudio/pages/SettingsPage.xaml +++ b/MyHomeAudio/pages/SettingsPage.xaml @@ -6,7 +6,7 @@ xmlns:local="using:MyHomeAudio.pages" xmlns:labs="using:CommunityToolkit.Labs.WinUI" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" - xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" + xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:system="using:System" mc:Ignorable="d" NavigationCacheMode="Enabled" Loaded="Page_Loaded" @@ -33,24 +33,6 @@ - - + @@ -92,11 +74,15 @@ + + + + +