Skip to content

Commit

Permalink
fix(Profile::Editing): Fix inability to change the Notify for profile
Browse files Browse the repository at this point in the history
Fixes #1090
  • Loading branch information
Belphemur committed Jan 24, 2023
1 parent 7e8c42a commit 0b0cd0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SoundSwitch/Framework/Profile/Profile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public Profile Copy()
Recording = Recording,
RecordingCommunication = RecordingCommunication,
RestoreDevices = RestoreDevices,
NotifyOnActivation = NotifyOnActivation,
Triggers = Triggers.Select(trigger => new Trigger.Trigger(trigger.Type)
{
HotKey = trigger.HotKey,
Expand Down

0 comments on commit 0b0cd0c

Please sign in to comment.