add: products ui
This commit is contained in:
parent
8f76578f1b
commit
fd529d3847
31 changed files with 1041 additions and 49 deletions
|
@ -350,6 +350,12 @@ pub struct UserSettings {
|
|||
/// The signature automatically attached to new forum posts.
|
||||
#[serde(default)]
|
||||
pub forum_signature: String,
|
||||
/// If coin transfer requests are disabled.
|
||||
#[serde(default)]
|
||||
pub no_transfers: bool,
|
||||
/// If your profile has the "Shop" tab enabled.
|
||||
#[serde(default)]
|
||||
pub enable_shop: bool,
|
||||
}
|
||||
|
||||
fn mime_avif() -> String {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue