Skip to content

Commit

Permalink
fix(Icon): Fix icon not changing
Browse files Browse the repository at this point in the history
Fixes #1159
  • Loading branch information
Belphemur committed Apr 17, 2023
1 parent 4621e44 commit 553b409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SoundSwitch/Model/AppModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public DefaultDeviceChangedJob(AppModel appModel, DeviceFullInfo device, Role ro
_appModel = appModel;
_device = device;
_role = role;
Key = $"default-device-changed-{device.Type}";
Key = $"default-device-changed-{device.Type}-{role}";
}

public Task ExecuteAsync(CancellationToken cancellationToken)
Expand Down

0 comments on commit 553b409

Please sign in to comment.