From 094ddb48a2aaa698e6fcb3a80398d157f55c0574 Mon Sep 17 00:00:00 2001 From: Loren Burkholder Date: Mon, 6 Sep 2021 21:11:37 -0400 Subject: Don't bother with crop --- src/JdenticonProvider.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') 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(); } } -- cgit 1.5.1