Fix GithubRepos Button Setting Context
Some checks are pending
Test / Test (push) Waiting to run

This commit is contained in:
thororen1234 2025-05-31 12:07:51 -04:00
parent 98d9075639
commit dc24a32d6a
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View file

@ -201,7 +201,7 @@ function toggleMessageDecorators(enabled: boolean) {
}
}
migratePluginSetting("PlatformIndicators", "badges", "profiles");
migratePluginSetting("PlatformIndicators", "profiles", "badges");
const settings = definePluginSettings({
list: {
type: OptionType.BOOLEAN,