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", }, });