diff --git a/settings/DevHome.Settings/Views/ExperimentalFeaturesPage.xaml b/settings/DevHome.Settings/Views/ExperimentalFeaturesPage.xaml
index 48eb1502e7..9512e0102a 100644
--- a/settings/DevHome.Settings/Views/ExperimentalFeaturesPage.xaml
+++ b/settings/DevHome.Settings/Views/ExperimentalFeaturesPage.xaml
@@ -18,7 +18,8 @@
-
+
diff --git a/tools/Environments/DevHome.Environments/ViewModels/LandingPageViewModel.cs b/tools/Environments/DevHome.Environments/ViewModels/LandingPageViewModel.cs
index 0786b1eba9..6972b7bb76 100644
--- a/tools/Environments/DevHome.Environments/ViewModels/LandingPageViewModel.cs
+++ b/tools/Environments/DevHome.Environments/ViewModels/LandingPageViewModel.cs
@@ -130,6 +130,12 @@ public void Initialize(StackedNotificationsBehavior notificationQueue)
_notificationsHelper = new(notificationQueue);
}
+ [RelayCommand]
+ private async Task OnLoadedAsync()
+ {
+ await LoadModelAsync();
+ }
+
[RelayCommand]
public async Task SyncButton()
{
diff --git a/tools/Environments/DevHome.Environments/Views/LandingPage.xaml b/tools/Environments/DevHome.Environments/Views/LandingPage.xaml
index dfd7ed8b49..8c25fb0ac3 100644
--- a/tools/Environments/DevHome.Environments/Views/LandingPage.xaml
+++ b/tools/Environments/DevHome.Environments/Views/LandingPage.xaml
@@ -14,12 +14,18 @@
xmlns:winUIBehaviors="using:CommunityToolkit.WinUI.Behaviors"
xmlns:converters="using:CommunityToolkit.WinUI.Converters"
xmlns:views="using:DevHome.Common.Views"
- behaviors:NavigationViewHeaderBehavior.HeaderMode="Never"
- Loaded="OnLoaded">
+ behaviors:NavigationViewHeaderBehavior.HeaderMode="Never">
+
+
+
+
+
+
+
@@ -31,7 +37,6 @@
-
@@ -196,7 +201,8 @@
-
@@ -235,7 +241,13 @@
-
+
-
+
-
+
@@ -61,7 +61,7 @@
-
+
-
-
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ IsEnabled="{x:Bind ViewModel.EnableConfigurationFileItem, Mode=OneWay}"
+ ActionIcon="{x:Null}" >
-
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+ ActionIcon="{x:Null}"
+ Visibility="{x:Bind ViewModel.EnableQuickstartPlayground}" >
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ Opacity="{x:Bind ViewModel.EnablePackageInstallerItem, Mode=OneWay, Converter={StaticResource BoolToOpacityConverter}}"
+ Source="ms-appx:///DevHome.SetupFlow/Assets/Setup_AppManagement.png" />
+ x:Uid="MainPage_MainPage_AppInstallerRequiredTooltip"
+ IsEnabled="{x:Bind ViewModel.EnablePackageInstallerItem,Mode=OneWay, Converter={StaticResource BoolNegationConverter}}" />