From 26246c599740107fc1eb92a09f474d667444db7a Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 3 Mar 2023 00:48:28 -0800 Subject: [PATCH 1/2] fix deluge units --- src/widgets/deluge/component.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/widgets/deluge/component.jsx b/src/widgets/deluge/component.jsx index 6615cac0..f3761b8f 100644 --- a/src/widgets/deluge/component.jsx +++ b/src/widgets/deluge/component.jsx @@ -44,9 +44,9 @@ export default function Component({ service }) { return ( - + - + ); } From 30f04f75f21a932f29388ebc2b97dcd8b21d34e3 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 3 Mar 2023 00:55:05 -0800 Subject: [PATCH 2/2] use correct rutorrent rate units --- src/widgets/rutorrent/component.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/widgets/rutorrent/component.jsx b/src/widgets/rutorrent/component.jsx index ef3a278f..300a15bd 100644 --- a/src/widgets/rutorrent/component.jsx +++ b/src/widgets/rutorrent/component.jsx @@ -34,8 +34,8 @@ export default function Component({ service }) { return ( - - + + ); }