feat: add Region & Language page
This commit is contained in:
parent
42a3061da0
commit
8a20cbc748
19 changed files with 1211 additions and 189 deletions
|
|
@ -75,6 +75,7 @@ pub trait Page<Message: 'static>: Downcast {
|
|||
}
|
||||
|
||||
/// Assigns the entity ID of the page to the page.
|
||||
#[allow(unused)]
|
||||
fn set_id(&mut self, entity: Entity) {}
|
||||
|
||||
/// The title to display in the page header.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue