mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-23 06:31:20 -04:00
removed time shift warning (too invasive), and replaced it by a warning in the help panel of chat lobbies
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6636 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0ecbd0d22b
commit
dbb8e4980e
2 changed files with 2 additions and 0 deletions
|
@ -465,6 +465,7 @@ void NotifyQt::notifyChatLobbyTimeShift(int shift)
|
|||
|
||||
void NotifyQt::handleChatLobbyTimeShift(int /*shift*/)
|
||||
{
|
||||
return ; // we say nothing. The help dialog of lobbies explains this already.
|
||||
static bool already = false ;
|
||||
|
||||
if(!already)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue