Skip to content

Commit f88803e

Browse files
committed
Remove BitmapCache on pages
1 parent e3b7bee commit f88803e

8 files changed

Lines changed: 0 additions & 8 deletions

File tree

CollapseLauncher/XAMLs/MainApp/Pages/CachesPage.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
xmlns:interactivity="using:Microsoft.Xaml.Interactivity"
1111
xmlns:local="using:CollapseLauncher"
1212
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
13-
CacheMode="BitmapCache"
1413
Loaded="InitializeLoaded"
1514
NavigationCacheMode="Disabled"
1615
Unloaded="Page_Unloaded"

CollapseLauncher/XAMLs/MainApp/Pages/Dialogs/DownloadSettings.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
66
xmlns:helper="using:CollapseLauncher.Helper"
77
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
8-
CacheMode="BitmapCache"
98
Loaded="Control_Loaded"
109
mc:Ignorable="d">
1110
<UserControl.Resources>

CollapseLauncher/XAMLs/MainApp/Pages/GameSettingsPages/GenshinGameSettingsPage.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
1313
xmlns:static="using:CollapseLauncher.GameSettings.Genshin"
1414
xmlns:xaml="using:Microsoft.Graphics.Canvas.UI.Xaml"
15-
CacheMode="BitmapCache"
1615
Loaded="InitializeSettings"
1716
NavigationCacheMode="Enabled"
1817
mc:Ignorable="d">

CollapseLauncher/XAMLs/MainApp/Pages/GameSettingsPages/HonkaiGameSettingsPage.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
xmlns:extension="using:CollapseLauncher.Extension"
1010
xmlns:helper="using:CollapseLauncher.Helper"
1111
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
12-
CacheMode="BitmapCache"
1312
Loaded="InitializeSettings"
1413
NavigationCacheMode="Enabled"
1514
mc:Ignorable="d">

CollapseLauncher/XAMLs/MainApp/Pages/GameSettingsPages/StarRailGameSettingsPage.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
xmlns:helper="using:CollapseLauncher.Helper"
1111
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
1212
xmlns:static="using:CollapseLauncher.GameSettings.StarRail"
13-
CacheMode="BitmapCache"
1413
Loaded="InitializeSettings"
1514
NavigationCacheMode="Enabled"
1615
mc:Ignorable="d">

CollapseLauncher/XAMLs/MainApp/Pages/GameSettingsPages/ZenlessGameSettingsPage.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
xmlns:helper="using:CollapseLauncher.Helper"
1313
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
1414
xmlns:static="using:CollapseLauncher.GameSettings.Zenless"
15-
CacheMode="BitmapCache"
1615
Loaded="InitializeSettings"
1716
NavigationCacheMode="Enabled"
1817
mc:Ignorable="d">

CollapseLauncher/XAMLs/MainApp/Pages/RepairPage.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
xmlns:interactivity="using:Microsoft.Xaml.Interactivity"
1414
xmlns:local="using:CollapseLauncher"
1515
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
16-
CacheMode="BitmapCache"
1716
Loaded="InitializeLoaded"
1817
NavigationCacheMode="Disabled"
1918
Unloaded="Page_Unloaded"

CollapseLauncher/XAMLs/MainApp/Pages/SettingsPage.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
xmlns:localeSourceGen="using:Hi3Helper.LocaleSourceGen"
1818
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
1919
xmlns:plugins="using:CollapseLauncher.Plugins"
20-
CacheMode="BitmapCache"
2120
Loaded="Page_Loaded"
2221
NavigationCacheMode="Enabled"
2322
Unloaded="Page_Unloaded"

0 commit comments

Comments
 (0)