mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
- Disabled "Close to systray" as a default
This commit is contained in:
parent
a95b1d7589
commit
330f3ab033
@ -396,7 +396,7 @@ void options_imp::loadOptions(){
|
|||||||
confirmExit_checkBox->setChecked(settings.value("ConfirmOnExit", true).toBool());
|
confirmExit_checkBox->setChecked(settings.value("ConfirmOnExit", true).toBool());
|
||||||
clearFinished_checkBox->setChecked(settings.value("ClearFinishedDownloads", true).toBool());
|
clearFinished_checkBox->setChecked(settings.value("ClearFinishedDownloads", true).toBool());
|
||||||
check_goToSysTray->setChecked(settings.value("GoToSystray", true).toBool());
|
check_goToSysTray->setChecked(settings.value("GoToSystray", true).toBool());
|
||||||
check_closeToSysTray->setChecked(settings.value("GoToSystrayOnExit", true).toBool());
|
check_closeToSysTray->setChecked(settings.value("GoToSystrayOnExit", false).toBool());
|
||||||
settings.endGroup();
|
settings.endGroup();
|
||||||
preview_program->setText(settings.value("PreviewProgram", QString()).toString());
|
preview_program->setText(settings.value("PreviewProgram", QString()).toString());
|
||||||
// End Misc options
|
// End Misc options
|
||||||
|
Loading…
Reference in New Issue
Block a user