From d7d64f420c656eb8cc90914ffb9c4646807c4c40 Mon Sep 17 00:00:00 2001 From: Nico Date: Thu, 9 May 2024 17:57:11 +0200 Subject: [PATCH] fix(betterActivities): set default icon size to 15 idk why I've set this to 20 --- src/plugins/betterActivities/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/betterActivities/index.tsx b/src/plugins/betterActivities/index.tsx index 1c7699813..1bba5426f 100644 --- a/src/plugins/betterActivities/index.tsx +++ b/src/plugins/betterActivities/index.tsx @@ -55,7 +55,7 @@ const settings = definePluginSettings({ type: OptionType.SLIDER, description: "Size of the activity icons", markers: [10, 15, 20], - default: 20, + default: 15, stickToMarkers: false, }, renderGifs: {