Skip to content

Commit

Permalink
Revert "disable navigation stack cache"
Browse files Browse the repository at this point in the history
  • Loading branch information
Scighost committed Dec 3, 2023
1 parent 33a4e7a commit 328a57a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Starward/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"
KeyDown="RootGrid_KeyDown">

<Frame Name="MainWindow_Frame" IsNavigationStackEnabled="False" />
<Frame Name="MainWindow_Frame" />

<Frame Name="Frame_Overlay"
IsNavigationStackEnabled="False"
Expand Down
2 changes: 1 addition & 1 deletion src/Starward/Pages/HoyolabToolbox/HoyolabToolboxPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@

</NavigationView.MenuItems>

<Frame Name="frame" IsNavigationStackEnabled="False" />
<Frame Name="frame" />

</NavigationView>

Expand Down
2 changes: 1 addition & 1 deletion src/Starward/Pages/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
VerticalAlignment="Bottom"
IsHitTestVisible="False"
Visibility="Collapsed" />
<Frame Name="MainPage_Frame" IsNavigationStackEnabled="False" />
<Frame Name="MainPage_Frame" />
</Grid>

</NavigationView>
Expand Down
2 changes: 1 addition & 1 deletion src/Starward/Pages/Welcome/WelcomePage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
VerticalAlignment="Center"
Source="ms-appx:///Assets/Image/StartUpBG2.png"
Stretch="UniformToFill" />
<Frame Name="frame" IsNavigationStackEnabled="False" />
<Frame Name="frame" />

</Grid>
</Page>
2 changes: 1 addition & 1 deletion src/Starward/SystemTrayWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<Grid Name="RootGrid">

<Frame Name="frame" IsNavigationStackEnabled="False" />
<Frame Name="frame" />

</Grid>
</Window>

0 comments on commit 328a57a

Please sign in to comment.