Skip to content

Commit

Permalink
Slightly optimized the HTML cache cleanup method of the FrmStmClean m…
Browse files Browse the repository at this point in the history
…odule.
  • Loading branch information
xvitaly committed Jan 25, 2025
1 parent 4f3efc3 commit b32b939
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/srcrepair/FrmStmClean.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ private void EnqueueHTMLCache()
{
if (EC_HTMLCache.Checked)
{
CleanDirs.Add(Path.Combine(FullSteamPath, "config", "htmlcache", "*.*"));
CleanDirs.Add(Path.Combine(FullSteamPath, "config", "overlayhtmlcache", "*.*"));
CleanDirs.Add(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "Steam", "htmlcache", "*.*"));
}
}
Expand Down

0 comments on commit b32b939

Please sign in to comment.