Make ShowGradient's Default False

This commit is contained in:
thororen1234 2025-06-17 15:54:19 -04:00
parent 24787d33ce
commit d100c6c786
No known key found for this signature in database

View file

@ -68,7 +68,7 @@ const settings = definePluginSettings({
}, },
showGradient: { showGradient: {
type: OptionType.BOOLEAN, type: OptionType.BOOLEAN,
default: true, default: false,
description: "Whether to show gradient for suffix", description: "Whether to show gradient for suffix",
}, },
}); });