mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-25 08:43:36 +00:00
- Fix incorrect use of compound boolean expression in if statement. 'a and b or c' is treated as '((a and b) or c)'. - Allow unhiding a shortcut. - Raise exception when shortcut requested does not exist. This is the Python way. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>