mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
- After the shortcuts were turned into a list instead of dictionary, the descriptions stopped showing in the front page due to an 'in' check that worked for dict. Fix this by changing the shortcuts into a dictionary. - Also make the key of the shortcut dict an 'id' instead of 'app' that could create confusion how an app maps to a shortcut. - Minor indentation fixes.