Don't load local card info by default, add user page, theme loading
This commit is contained in:
@@ -14,6 +14,7 @@ pub enum ContentState {
|
||||
None,
|
||||
Inventory,
|
||||
Tournaments,
|
||||
User,
|
||||
}
|
||||
|
||||
impl Display for ContentState {
|
||||
@@ -24,6 +25,7 @@ impl Display for ContentState {
|
||||
match self {
|
||||
ContentState::Inventory => "Inventory",
|
||||
ContentState::Tournaments => "Tournament",
|
||||
ContentState::User => "User",
|
||||
ContentState::None => "",
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user