mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 06:09:09 -04:00
added settings variable to allow to always display the help of each tab the first time it is shown
This commit is contained in:
parent
dc51911fce
commit
12246e369b
13 changed files with 49 additions and 16 deletions
|
@ -84,7 +84,7 @@ HomePage::HomePage(QWidget *parent) :
|
|||
<p>Another option is to search the internet for \"Retroshare chat servers\" (independently administrated). These servers allow you to exchange \
|
||||
certificates with a dedicated Retroshare node, through which\
|
||||
you will be able to meet other people anonymously.</p> ").arg(QString::number(2*S)).arg(width()*0.5);
|
||||
registerHelpButton(ui->helpButton,help_str) ;
|
||||
registerHelpButton(ui->helpButton,help_str,"HomePage") ;
|
||||
}
|
||||
|
||||
HomePage::~HomePage()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue