Merge pull request #2557 from szporwolik/dev_hide_fav

[DX Cluster] Hide fav button
This commit is contained in:
Joerg (DJ7NT)
2025-11-19 18:31:26 +01:00
committed by GitHub

View File

@@ -376,7 +376,7 @@
</div>
</div>
<!-- Favorites Button (part of button group) -->
<button class="btn btn-sm btn-secondary" type="button" id="toggleFavoritesFilter" title="<?= __("Apply your favorite bands and modes (configured in Band and Mode settings)"); ?>">
<button class="btn btn-sm btn-secondary" type="button" id="toggleFavoritesFilter" title="<?= __("Apply your favorite bands and modes (configured in Band and Mode settings)"); ?>" style="display: none;">
<i class="fas fa-star text-warning"></i>
</button>
<!-- Clear Filters Button (part of button group) -->