Skip to content

Commit

Permalink
Updated settings + bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bigmancozmo authored Nov 28, 2024
1 parent 6101166 commit ea074b9
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"android": "2.2074",
"mac": "2.2074"
},
"version": "v1.5.0",
"version": "v1.6.0",
"id": "bigmancozmo.hide_profile_button",
"name": "Hide Profile Button",
"developer": "Bigmancozmo",
"description": "Hides the profile button from the main menu",
"repository": "https://github.com/Bigmancozmo/Hide-Profile-Button",
"settings": {
"enabled": {
"name": "Enabled",
"name": "Hide Button",
"description": "Whether to hide the profile button or not.",
"default": true,
"type": "bool"
Expand All @@ -23,6 +23,16 @@
"description": "Whether to *only* hide the username. Does not apply on profile.",
"default": false,
"type": "bool"
},
"hide-icon-kit": {
"name": "Hide Name in Icon Kit",
"default": false,
"type": "bool"
},
"hide-profile-page": {
"name": "Hide Name on Profile Page",
"default": false,
"type": "bool"
}
}
}

0 comments on commit ea074b9

Please sign in to comment.