Editor custom layouts tests (#1757)

This commit is contained in:
Seraphima Zykova
2020-03-31 15:15:51 +03:00
committed by GitHub
parent 5661be3ebd
commit e122217101
9 changed files with 1125 additions and 118 deletions

View File

@@ -256,7 +256,10 @@ namespace PowerToysTests
string zoneSettings = "{\"app-zone-history\":[],\"devices\":[],\"custom-zone-sets\":[]}";
File.WriteAllText(_zoneSettingsPath, zoneSettings);
ExitPowerToys();
if (isPowerToysLaunched)
{
ExitPowerToys();
}
if (relaunch)
{
LaunchPowerToys();