mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04:00
Use new methods
This commit is contained in:
@ -139,7 +139,7 @@ OptionsDialog::OptionsDialog(QWidget *parent)
|
||||
scaleCheckbox = new QCheckBox(tr("Enlarge images to fit width/height"));
|
||||
connect(scaleCheckbox, &QCheckBox::clicked,
|
||||
[=](bool checked) {
|
||||
settings->setValue(ENLARGE_IMAGES, checked);
|
||||
Configuration::getConfiguration().setEnlargeImages(checked);
|
||||
emit(changedImageOptions());
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user