mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Skip AnimeMatrix or Slash device check if devices doesn't have it
This commit is contained in:
@@ -36,6 +36,7 @@ namespace GHelper.AnimeMatrix
|
||||
public AniMatrixControl(SettingsForm settingsForm)
|
||||
{
|
||||
settings = settingsForm;
|
||||
if (!AppConfig.IsSlash() && !AppConfig.IsAnimeMatrix()) return;
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user