mirror of
				https://git.wownero.com/wowlet/wowlet.git
				synced 2024-08-15 01:03:14 +00:00 
			
		
		
		
	Fix config option reddit
This commit is contained in:
		
							parent
							
								
									ac1ed1873a
								
							
						
					
					
						commit
						fbca9c9340
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -47,6 +47,9 @@ Settings::Settings(QWidget *parent) :
 | 
				
			||||||
    connect(ui->comboBox_blockExplorer, QOverload<int>::of(&QComboBox::currentIndexChanged), this, &Settings::comboBox_blockExplorerChanged);
 | 
					    connect(ui->comboBox_blockExplorer, QOverload<int>::of(&QComboBox::currentIndexChanged), this, &Settings::comboBox_blockExplorerChanged);
 | 
				
			||||||
    connect(ui->comboBox_redditFrontend, QOverload<int>::of(&QComboBox::currentIndexChanged), this, &Settings::comboBox_redditFrontendChanged);
 | 
					    connect(ui->comboBox_redditFrontend, QOverload<int>::of(&QComboBox::currentIndexChanged), this, &Settings::comboBox_redditFrontendChanged);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // setup reddit combobox
 | 
				
			||||||
 | 
					    ui->comboBox_redditFrontend->setCurrentText(config()->get(Config::redditFrontend).toString());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // setup preferred fiat currency combobox
 | 
					    // setup preferred fiat currency combobox
 | 
				
			||||||
    QStringList fiatCurrencies;
 | 
					    QStringList fiatCurrencies;
 | 
				
			||||||
    for (int index = 0; index < ui->comboBox_fiatCurrency->count(); index++)
 | 
					    for (int index = 0; index < ui->comboBox_fiatCurrency->count(); index++)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue