Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Add note about combining querystring args #85

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ The query string options are:
* `?hide_overflow` to hide the top right menu
* `?hide_menubutton` to hide sidebar menu button

Multiple options can be combined together by separating them using `&`. For example, `?hide_sidebar&hide_overflow` will hide both the sidebar and the top right menu, but keep the header

## Query String Caching

You save settings in a devices cache by using the cache keyword once on the device.<br>This will also make it so the options work on all views and dashboards.
Expand Down