소스 검색

Update MainForm.cs

deadmoon 2 년 전
부모
커밋
a3c78cfcb1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Optimizer/Forms/MainForm.cs

+ 1 - 1
Optimizer/Forms/MainForm.cs

@@ -875,7 +875,7 @@ namespace Optimizer
             // APPS DOWNLOADER
             if (!disableCommonApps)
             {
-                if (PingerHelper.IsInternetAvailable()) GetFeed();
+                GetFeed();
             }
             else
             {