Skip to content

Commit 553b409

Browse files
committed
fix(Icon): Fix icon not changing
Fixes #1159
1 parent 4621e44 commit 553b409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoundSwitch/Model/AppModel.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public DefaultDeviceChangedJob(AppModel appModel, DeviceFullInfo device, Role ro
6565
_appModel = appModel;
6666
_device = device;
6767
_role = role;
68-
Key = $"default-device-changed-{device.Type}";
68+
Key = $"default-device-changed-{device.Type}-{role}";
6969
}
7070

7171
public Task ExecuteAsync(CancellationToken cancellationToken)

0 commit comments

Comments
 (0)