Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoy312 committed Dec 5, 2023
1 parent 47941c9 commit 31ce609
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

using MUXC = Microsoft.UI.Xaml.Controls;
using MUXCP = Microsoft.UI.Xaml.Controls.Primitives;
using Uno.Toolkit.Samples.Content.Helpers;

namespace Uno.Toolkit.Samples
{
Expand Down Expand Up @@ -86,7 +87,7 @@ private Shell BuildShell()
AddNavigationItems(nv);

// landing navigation
ShellNavigateTo<NavigationBarSamplePage>(
ShellNavigateTo<ResponsiveExtensionsSamplePage>(
#if WINDOWS_UWP
// note: on uwp, NavigationView.SelectedItem MUST be set on launch to avoid entering compact-mode
trySynchronizeCurrentItem: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public Shell()

private void OnLoaded(object sender, RoutedEventArgs e)
{
#if DEBUG && false
#if DEBUG && true
ActivateDebugPanel();
#endif
SetDarkLightToggleInitialState();
Expand Down

0 comments on commit 31ce609

Please sign in to comment.