add: hide_username_badges
This commit is contained in:
parent
98426d0989
commit
077e9252e3
4 changed files with 20 additions and 3 deletions
|
@ -362,6 +362,9 @@ pub struct UserSettings {
|
|||
/// If your profile has the "Shop" tab enabled.
|
||||
#[serde(default)]
|
||||
pub enable_shop: bool,
|
||||
/// Hide all badges from your username (everywhere but on profile).
|
||||
#[serde(default)]
|
||||
pub hide_username_badges: bool,
|
||||
}
|
||||
|
||||
fn mime_avif() -> String {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue