CI Report:
https://ci-tests.linuxserver.io/linuxserver/thelounge/nightly-2a92ec0e-ls198/index.html
LinuxServer Changes:
No changes
Remote Changes:
fix: hide Account settings tab on public instance, sometimes hide General (#5063)
on public TL instances like the demo, this is what the account and
general tabs look like in Firefox:
| General | Account |
|---|---|
| <img width="600" height="auto" alt="image" | |
| src="https://github.com/user-attachments/assets/6cb1b9a2-da93-4412-893a-e70004376705" | |
| /> | <img width="600" height="auto" alt="image" |
| src="https://github.com/user-attachments/assets/429f8c1a-4b38-49b4-bb14-b3a935860aa7" | |
| /> |
- we should just always hide account if mode is public, its useless
- if file uploads are off, there's nothing to show in General except
the native app install, which i figure is fine/not really necessary for
public instances (and isn't supported by Firefox, hence the blankness)