All SteamController settings are stored in .ini file in root folder

This commit is contained in:
Kamil Trzciński 2022-12-08 10:24:40 +01:00
parent 9adb25be21
commit 658898d632
10 changed files with 160 additions and 145 deletions

View file

@ -39,7 +39,7 @@ namespace SteamController.Managers
Settings.Default.SettingChanging -= UnlockControllerFiles;
}
private void UnlockControllerFiles(object sender, System.Configuration.SettingChangingEventArgs e)
private void UnlockControllerFiles(string key)
{
SetSteamControllerFilesLock(false);
}