mirror of
				https://github.com/RetroShare/RetroShare.git
				synced 2025-10-29 21:59:03 -04:00 
			
		
		
		
	hide advanced mode option since it is not used anywhere in the software
This commit is contained in:
		
							parent
							
								
									cf33221f2f
								
							
						
					
					
						commit
						72124bbd3f
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -92,6 +92,10 @@ GeneralPage::GeneralPage(QWidget * parent, Qt::WindowFlags flags) : | ||||||
|     //connect(ui.runStartWizard_PB,                           SIGNAL(clicked()),         this,SLOT(runStartWizard())) ;
 |     //connect(ui.runStartWizard_PB,                           SIGNAL(clicked()),         this,SLOT(runStartWizard())) ;
 | ||||||
|     connect(ui.checkAdvanced,                               SIGNAL(toggled(bool)),     this,SLOT(updateAdvancedMode())) ; |     connect(ui.checkAdvanced,                               SIGNAL(toggled(bool)),     this,SLOT(updateAdvancedMode())) ; | ||||||
|     connect(ui.registerRetroShareProtocol,                  SIGNAL(toggled(bool)),     this,SLOT(updateRegisterRSProtocol())) ; |     connect(ui.registerRetroShareProtocol,                  SIGNAL(toggled(bool)),     this,SLOT(updateRegisterRSProtocol())) ; | ||||||
|  | 
 | ||||||
|  | 	// hide advanced checkbox, since the option is not used.
 | ||||||
|  | 
 | ||||||
|  | 	ui.advGBox->hide(); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| /** Destructor */ | /** Destructor */ | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 csoler
						csoler