settings: move log code to settings
This commit is contained in:
parent
82aa45d9fa
commit
e8ac58c480
7 changed files with 45 additions and 50 deletions
|
@ -28,7 +28,7 @@ void ConfigureDialog::applyConfiguration() {
|
|||
ui->debugTab->applyConfiguration();
|
||||
ui->webTab->applyConfiguration();
|
||||
Settings::Apply();
|
||||
Config::LogSettings();
|
||||
Settings::LogSettings();
|
||||
}
|
||||
|
||||
void ConfigureDialog::onLanguageChanged(const QString& locale) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue