Mercurial > libervia-backend
diff src/core/constants.py @ 1227:4da2e4d58bd0
memory (params): add parameters "Show offline contacts" and "Show empty groups"
author | souliane <souliane@mailoo.org> |
---|---|
date | Mon, 06 Oct 2014 11:20:43 +0200 |
parents | e6e0ea4dc835 |
children | 2e1b4e7c8eb8 |
line wrap: on
line diff
--- a/src/core/constants.py Mon Oct 06 11:18:37 2014 +0200 +++ b/src/core/constants.py Mon Oct 06 11:20:43 2014 +0200 @@ -46,6 +46,8 @@ GENERAL = "general" # General parameters HISTORY_LIMIT = "History" + SHOW_OFFLINE_CONTACTS = "Offline contacts" + SHOW_EMPTY_GROUPS = "Empty groups" # Parameters related to connection FORCE_SERVER_PARAM = "Force server" FORCE_PORT_PARAM = "Force port"