Remove Help tab, add GitHub and Buy Me a Coffee links to About tab

This commit is contained in:
Forkless
2026-05-11 23:11:28 +02:00
parent e3cfdd996f
commit 6fb65a5279
2 changed files with 1 additions and 6 deletions
+1 -2
View File
@@ -116,8 +116,7 @@ Piperless adds a settings page under **Settings → Piperless** with 8 tabs:
| **Performance** | Piper process timeout (303600s), audio endpoint rate limiting |
| **Cache Management** | Stats, cache browser, clear orphaned files, flush entire cache |
| **Logs** | Logging level configuration, live log viewer, clear log |
| **Help** | Usage instructions and ffmpeg notes |
| **About** | Version and contact information |
| **About** | Version, GitHub repository, and support links |
## Player Themes
-4
View File
@@ -569,10 +569,6 @@ class Settings {
class="nav-tab <?php echo 'logs' === $active_tab ? 'nav-tab-active' : ''; ?>">
<?php esc_html_e( 'Logs', 'piperless' ); ?>
</a>
<a href="?page=<?php echo esc_attr( $this->page_slug ); ?>&tab=help"
class="nav-tab <?php echo 'help' === $active_tab ? 'nav-tab-active' : ''; ?>">
<?php esc_html_e( 'Help', 'piperless' ); ?>
</a>
<a href="?page=<?php echo esc_attr( $this->page_slug ); ?>&tab=about"
class="nav-tab <?php echo 'about' === $active_tab ? 'nav-tab-active' : ''; ?>">
<?php esc_html_e( 'About', 'piperless' ); ?>