Skip to content

Commit

Permalink
Don't send user templates from default location on bug reports
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimecbernardo committed Sep 19, 2024
1 parent 2e07256 commit c69d94b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/BugReportTool/BugReportTool/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ vector<wstring> filesToDelete = {
L"PowerRename\\replace-mru.json",
L"PowerRename\\search-mru.json",
L"PowerToys Run\\Settings\\UserSelectedRecord.json",
L"PowerToys Run\\Settings\\QueryHistory.json"
L"PowerToys Run\\Settings\\QueryHistory.json",
L"NewPlus\\Templates",
};

vector<wstring> GetXpathArray(wstring xpath)
Expand Down

0 comments on commit c69d94b

Please sign in to comment.