From aeb08b876a00a098bf7586fdd8fcda87fa1962b7 Mon Sep 17 00:00:00 2001 From: David <79108364+Phpvarious@users.noreply.github.com> Date: Sun, 6 Oct 2024 15:52:18 +0200 Subject: [PATCH] bugfix --- desktop/php/mobile.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/desktop/php/mobile.php b/desktop/php/mobile.php index 03be1140..50209e2d 100755 --- a/desktop/php/mobile.php +++ b/desktop/php/mobile.php @@ -43,10 +43,6 @@
getImage() != 'plugins/mobile/plugin_info/mobile_icon.png') $logoV2 = $eqLogic->getImage(); - else if (file_exists('plugins/mobile/plugin_info/mobileV2_icon.png')) $logoV2 = 'plugins/mobile/plugin_info/mobileV2_icon.png'; - else $logoV2 = $eqLogic->getImage(); - if (count($eqLogicsV2) >= 1) { // AppV2 foreach ($eqLogicsV2 as $eqLogic) { if ($eqLogic->getConfiguration('appVersion', '1') == '2') {