From 0b0cd0cfea2fc6ce153f2bd3fe6a79b987706791 Mon Sep 17 00:00:00 2001 From: Antoine Aflalo Date: Mon, 23 Jan 2023 20:53:53 -0500 Subject: [PATCH] fix(Profile::Editing): Fix inability to change the Notify for profile Fixes #1090 --- SoundSwitch/Framework/Profile/Profile.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/SoundSwitch/Framework/Profile/Profile.cs b/SoundSwitch/Framework/Profile/Profile.cs index e1fc3257bd..0dfb22e67c 100644 --- a/SoundSwitch/Framework/Profile/Profile.cs +++ b/SoundSwitch/Framework/Profile/Profile.cs @@ -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,