mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-04 22:07:40 +00:00
All SteamController settings are stored in .ini file in root folder
This commit is contained in:
parent
9adb25be21
commit
658898d632
10 changed files with 160 additions and 145 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue