Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Phpvarious authored Oct 6, 2024
1 parent 820b241 commit aeb08b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions desktop/php/mobile.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@
</div>
<div class="eqLogicThumbnailContainer">
<?php
if ($eqLogic->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') {
Expand Down

0 comments on commit aeb08b8

Please sign in to comment.