mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-26 07:11:08 -04:00
added systray notifications for chat lobbies.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5357 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
bbae97b88d
commit
a2b6b97ef9
8 changed files with 393 additions and 371 deletions
|
@ -325,11 +325,21 @@ void RshareSettings::setMessageFlags(uint flags)
|
|||
setValue("MessageFlags", flags);
|
||||
}
|
||||
|
||||
bool RshareSettings::getDisplayTrayChatLobby()
|
||||
{
|
||||
return value("DisplayTrayChatLobby").toBool();
|
||||
}
|
||||
|
||||
bool RshareSettings::getDisplayTrayGroupChat()
|
||||
{
|
||||
return value("DisplayTrayGroupChat").toBool();
|
||||
}
|
||||
|
||||
void RshareSettings::setDisplayTrayChatLobby(bool bValue)
|
||||
{
|
||||
setValue("DisplayTrayChatLobby", bValue);
|
||||
}
|
||||
|
||||
void RshareSettings::setDisplayTrayGroupChat(bool bValue)
|
||||
{
|
||||
setValue("DisplayTrayGroupChat", bValue);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue