crop thumbnails at widget config screen only if selected so

This commit is contained in:
tibbi 2018-12-16 21:18:02 +01:00
parent 7b2f96b8f6
commit e40963a6b8
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ class WidgetConfigureActivity : SimpleActivity() {
val path = directoryDB.getDirectoryThumbnail(folderPath)
if (path != null) {
runOnUiThread {
loadJpg(path, config_image, true)
loadJpg(path, config_image, config.cropThumbnails)
}
}
}.start()