making sure we clearly label the file was us

This commit is contained in:
Clint Rutkas 2021-11-12 22:00:46 -08:00
parent 9052fd9e50
commit 5c12139052

View file

@ -106,7 +106,7 @@ namespace monacoPreview
webView.Width = this.ActualWidth;
}
string customFileName = Guid.NewGuid().ToString("N") + ".html";
string customFileName = "powerToysPreview" + Guid.NewGuid().ToString("N") + ".html";
string fullCustomFilePath;
public async void InitializeAsync(string fileName)
{