fossar / selfoss

multipurpose rss reader, live stream, mashup, aggregation web application
https://selfoss.aditu.de
GNU General Public License v3.0
2.35k stars 343 forks source link

Feature request: Disable/hide offline mode #1393

Open gerundt opened 1 year ago

gerundt commented 1 year ago

Since I don't need/use the Offline Mode it would be cool to disable/hide the whole feature. Maybe with an option?

This would help to hide the check box from the login screen. 🤣

jtojnar commented 1 year ago

You can put the following into user.css at the root directory of your selfoss installation:

#login label[for="enableoffline"], #login label[for="enableoffline"] + label {
    display: none;
}
dwydler commented 1 year ago

Work, thanks.

gerundt commented 1 year ago

Thanks, works for me too! ❤

But I leave it open, since maybe more people don't want die Offline mode.

deathbybandaid commented 1 year ago

Works great for me