From d100c6c7862784d0605a480f6c0e2575542efe95 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Tue, 17 Jun 2025 15:54:19 -0400 Subject: [PATCH] Make ShowGradient's Default False --- src/plugins/showMeYourName/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/showMeYourName/index.tsx b/src/plugins/showMeYourName/index.tsx index 6241bdcf..c8628967 100644 --- a/src/plugins/showMeYourName/index.tsx +++ b/src/plugins/showMeYourName/index.tsx @@ -68,7 +68,7 @@ const settings = definePluginSettings({ }, showGradient: { type: OptionType.BOOLEAN, - default: true, + default: false, description: "Whether to show gradient for suffix", }, });