This commit is contained in:
Quat3rnion 2024-06-04 00:38:59 -04:00
parent 2b4e9fa149
commit 119a09ae88
1 changed files with 0 additions and 3 deletions

View File

@ -81,9 +81,6 @@ pub struct UserSettings {
#[cfg(not(feature = "sqlx"))] #[cfg(not(feature = "sqlx"))]
pub restricted_guilds: Vec<String>, pub restricted_guilds: Vec<String>,
pub show_current_game: bool, pub show_current_game: bool,
#[cfg(feature = "sqlx")]
pub status: UserStatus,
#[cfg(not(feature = "sqlx"))]
pub status: Shared<UserStatus>, pub status: Shared<UserStatus>,
pub stream_notifications_enabled: bool, pub stream_notifications_enabled: bool,
pub theme: UserTheme, pub theme: UserTheme,