terminal: help for /i and /net commands (#842)

* terminal: help for /i and /net commands

* fix servers output

* update message

* EOL
This commit is contained in:
Evgeny Poberezkin
2022-07-26 07:29:28 +01:00
committed by GitHub
parent f150932e44
commit e7f3dc3f41
5 changed files with 31 additions and 15 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ data ChatController = ChatController
filesFolder :: TVar (Maybe FilePath) -- path to files folder for mobile apps
}
data HelpSection = HSMain | HSFiles | HSGroups | HSMyAddress | HSMarkdown | HSMessages
data HelpSection = HSMain | HSFiles | HSGroups | HSMyAddress | HSMarkdown | HSMessages | HSSettings
deriving (Show, Generic)
instance ToJSON HelpSection where