Skip to content

Commit

Permalink
Merge pull request #13 from feydelight/11-bug-changing-the-serial-por…
Browse files Browse the repository at this point in the history
…t-does-not-change-the-dropdown-value

#11 Fixed issue with MultiIR creating new settings
  • Loading branch information
asaravi committed May 2, 2023
2 parents 67c79c6 + 5994af6 commit 47afa8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FeyDelight.SerialIRBlaster/Actions/MultiIRCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ internal class MultiIRCommand : SerialIRBlasterBase<MultiIRPluginSettings>
public MultiIRCommand(SDConnection connection, InitialPayload payload)
: base(connection, payload)
{
Settings = new MultiIRPluginSettings();
SaveSettings();
base.TryToGetPort();
}
Expand Down

0 comments on commit 47afa8d

Please sign in to comment.