Skip to content

Commit

Permalink
Skip AnimeMatrix or Slash device check if devices doesn't have it
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge authored Nov 10, 2024
1 parent 86e08bc commit c2c5d2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/AnimeMatrix/AniMatrixControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ public class AniMatrixControl : NAudio.CoreAudioApi.Interfaces.IMMNotificationCl
public AniMatrixControl(SettingsForm settingsForm)
{
settings = settingsForm;

if (!AppConfig.IsSlash() && !AppConfig.IsAnimeMatrix()) return;

try
{
if (AppConfig.IsSlash())
Expand Down

0 comments on commit c2c5d2a

Please sign in to comment.