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,7 +36,8 @@ namespace GHelper.AnimeMatrix
|
|||||||
public AniMatrixControl(SettingsForm settingsForm)
|
public AniMatrixControl(SettingsForm settingsForm)
|
||||||
{
|
{
|
||||||
settings = settingsForm;
|
settings = settingsForm;
|
||||||
|
if (!AppConfig.IsSlash() && !AppConfig.IsAnimeMatrix()) return;
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
if (AppConfig.IsSlash())
|
if (AppConfig.IsSlash())
|
||||||
|
|||||||
Reference in New Issue
Block a user