mirror of
https://github.com/forkless/Piperless.git
synced 2026-08-16 00:46:38 +02:00
Remove Help tab, add GitHub and Buy Me a Coffee links to About tab
This commit is contained in:
@@ -116,8 +116,7 @@ Piperless adds a settings page under **Settings → Piperless** with 8 tabs:
|
||||
| **Performance** | Piper process timeout (30–3600s), 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
|
||||
|
||||
@@ -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' ); ?>
|
||||
|
||||
Reference in New Issue
Block a user