Skip to content

Commit

Permalink
Update FullStorePage.xaml.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Sep 16, 2023
1 parent 56df27a commit 73a5291
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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))
{
Expand Down

0 comments on commit 73a5291

Please sign in to comment.