Modify how settings are handled by Espresso

This commit is contained in:
Den Delimarsky
2021-05-10 17:55:11 -07:00
parent f0e5be9982
commit 79c70b3998
3 changed files with 22 additions and 11 deletions

View File

@@ -19,5 +19,7 @@ namespace Microsoft.PowerToys.Settings.UI.Library
bool SettingsExists(string powertoy = "", string fileName = "settings.json");
void DeleteSettings(string powertoy = "");
string GetSettingsFilePath(string powertoy = "", string fileName = "settings.json");
}
}