mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
refs #897, set timestamp for sent message and default "all messages"
This commit is contained in:
committed by
Mathew Sutcliffe
parent
a7393b04e1
commit
8cc683386f
@@ -82,7 +82,7 @@ namespace BlackGui
|
||||
|
||||
BlackMisc::Network::CTextMessageList m_messages;
|
||||
QTextDocument *m_textDocument = nullptr;
|
||||
int m_keepMaxMessages = 10;
|
||||
int m_keepMaxMessages = -1; //!< max number of messages to keep, or -1 to keep all messages
|
||||
bool m_withSender = true;
|
||||
bool m_withRecipient = false;
|
||||
bool m_wordWrap = true;
|
||||
|
||||
Reference in New Issue
Block a user