mirror of
https://github.com/forkless/Piperless.git
synced 2026-08-16 08:56: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 |
|
| **Performance** | Piper process timeout (30–3600s), audio endpoint rate limiting |
|
||||||
| **Cache Management** | Stats, cache browser, clear orphaned files, flush entire cache |
|
| **Cache Management** | Stats, cache browser, clear orphaned files, flush entire cache |
|
||||||
| **Logs** | Logging level configuration, live log viewer, clear log |
|
| **Logs** | Logging level configuration, live log viewer, clear log |
|
||||||
| **Help** | Usage instructions and ffmpeg notes |
|
| **About** | Version, GitHub repository, and support links |
|
||||||
| **About** | Version and contact information |
|
|
||||||
|
|
||||||
|
|
||||||
## Player Themes
|
## Player Themes
|
||||||
|
|||||||
@@ -569,10 +569,6 @@ class Settings {
|
|||||||
class="nav-tab <?php echo 'logs' === $active_tab ? 'nav-tab-active' : ''; ?>">
|
class="nav-tab <?php echo 'logs' === $active_tab ? 'nav-tab-active' : ''; ?>">
|
||||||
<?php esc_html_e( 'Logs', 'piperless' ); ?>
|
<?php esc_html_e( 'Logs', 'piperless' ); ?>
|
||||||
</a>
|
</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"
|
<a href="?page=<?php echo esc_attr( $this->page_slug ); ?>&tab=about"
|
||||||
class="nav-tab <?php echo 'about' === $active_tab ? 'nav-tab-active' : ''; ?>">
|
class="nav-tab <?php echo 'about' === $active_tab ? 'nav-tab-active' : ''; ?>">
|
||||||
<?php esc_html_e( 'About', 'piperless' ); ?>
|
<?php esc_html_e( 'About', 'piperless' ); ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user