From 73a529171203d5075002f9dafb6f9c289edc85e3 Mon Sep 17 00:00:00 2001 From: Taiizor <41683699+Taiizor@users.noreply.github.com> Date: Sat, 16 Sep 2023 19:32:51 +0300 Subject: [PATCH] Update FullStorePage.xaml.cs --- .../Sucrose.Portal/Views/Pages/Store/FullStorePage.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Portal/Sucrose.Portal/Views/Pages/Store/FullStorePage.xaml.cs b/src/Portal/Sucrose.Portal/Views/Pages/Store/FullStorePage.xaml.cs index 0e6ef2035..9bcd58f02 100644 --- a/src/Portal/Sucrose.Portal/Views/Pages/Store/FullStorePage.xaml.cs +++ b/src/Portal/Sucrose.Portal/Views/Pages/Store/FullStorePage.xaml.cs @@ -151,7 +151,7 @@ private async Task AddThemes(int Page, string Text, string Tag) if (!Wallpaper.Value.Adult || (Wallpaper.Value.Adult && SMMM.Adult)) { string Title = Wallpaper.Key.ToLowerInvariant(); - string Theme = Path.Combine(SMR.AppDataPath, SMR.AppName, SMR.CacheFolder, SMR.Store, SSSHC.FileName(Wallpaper.Key)); + string Theme = Path.Combine(SMR.AppDataPath, SMR.AppName, SMR.CacheFolder, SMR.Store, Category.Key, SSSHC.FileName(Wallpaper.Key)); if (SearchControl(Text, Theme, Title)) {