document Show_menu variable

This commit is contained in:
Kartik K. Agaram 2023-12-04 22:17:53 -08:00
parent 966f8a15bf
commit 2477e2a603
1 changed files with 5 additions and 1 deletions

View File

@ -1 +1,5 @@
Show_menu = nil
-- Track which menu (if any) to display. Currently one of:
-- * nil: no menus expanded
-- * 'overflow': the '>>' menu on narrow screens
-- * 'settings'
Show_menu = nil