mirror of
https://github.com/jkocon/g-helper.git
synced 2026-04-10 13:00:26 +02: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