mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-06-04 19:01:57 +00:00
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:
committed by
GitHub
parent
f150932e44
commit
e7f3dc3f41
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user