add: hide_username_badges

This commit is contained in:
trisua 2025-08-08 21:05:56 -04:00
parent 98426d0989
commit 077e9252e3
4 changed files with 20 additions and 3 deletions

View file

@ -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 {