summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-09-06 21:11:37 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2021-09-11 19:35:31 -0400
commit094ddb48a2aaa698e6fcb3a80398d157f55c0574 (patch)
tree28b4f6589f817f12abad275647b269e6139bb6fc /src
parentOnly try loading plugin once (diff)
downloadnheko-094ddb48a2aaa698e6fcb3a80398d157f55c0574.tar.xz
Don't bother with crop
Diffstat (limited to 'src')
-rw-r--r--src/JdenticonProvider.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/JdenticonProvider.h b/src/JdenticonProvider.h

index 2497687f..bcda29c8 100644 --- a/src/JdenticonProvider.h +++ b/src/JdenticonProvider.h
@@ -64,9 +64,7 @@ public slots: auto queryBits = query.split('&'); for (auto b : queryBits) { - if (b == "scale") { - crop = false; - } else if (b.startsWith("radius=")) { + if (b.startsWith("radius=")) { radius = b.mid(7).toDouble(); } }