Don't save plugin settings on end edit
This commit is contained in:
parent
6ca7661595
commit
1e63813cd6
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ namespace LANCommander.Playnite.Extension
|
|||
|
||||
public void EndEdit()
|
||||
{
|
||||
Plugin.SavePluginSettings(this);
|
||||
// Plugin.SavePluginSettings(this);
|
||||
}
|
||||
|
||||
public bool VerifySettings(out List<string> errors)
|
||||
|
|
Loading…
Add table
Reference in a new issue