commit d1cbe830c22209a876e345aef30bf2f3ddee6543
Author: MrjensK <jens.se@icloud.com>
AuthorDate: Wed Apr 22 19:21:26 2026 +0200
Commit: MrjensK <jens.se@icloud.com>
CommitDate: Wed Apr 22 19:21:26 2026 +0200
small change
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 98357e4..ad826ca 100644
--- a/index.html
+++ b/index.html
@@ -386,7 +386,7 @@
</header>
<div id="libass-warning" style="display:none;background:#7c2d12;color:#fef3c7;padding:8px 20px;font-size:12px;border-bottom:1px solid #92400e;">
⚠ ffmpeg saknar libass — video-export använder drawtext (enklare stil, ingen karaoke).
- Kör <strong>brew install ffmpeg</strong> och starta om appen för full styling.
+ Kör <strong>Debian: sudo apt install ffmpeg libass-dev / Mac: brew install ffmpeg</strong> och starta om appen för full styling.
<button onclick="document.getElementById('libass-warning').style.display='none'" style="float:right;background:none;border:none;color:inherit;cursor:pointer;font-size:14px;">×</button>
</div>