mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-10 23:30:14 -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
|
@ -358,7 +358,7 @@ IdDialog::IdDialog(QWidget *parent) :
|
|||
<p>An <b>circle</b> can be restricted to another circle, thereby limiting its visibility to members of that circle \
|
||||
or even self-restricted, meaning that it is only visible to invited members.</p>") ;
|
||||
|
||||
registerHelpButton(ui->helpButton, hlp_str) ;
|
||||
registerHelpButton(ui->helpButton, hlp_str,"PeopleDialog") ;
|
||||
|
||||
// load settings
|
||||
processSettings(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue