diff --git a/src/welcome.rs b/src/welcome.rs index 0e9ccf5..511bb13 100644 --- a/src/welcome.rs +++ b/src/welcome.rs @@ -7,7 +7,7 @@ use relm4::{adw, gtk, ComponentParts, ComponentSender, SimpleComponent}; pub(crate) struct WelcomeModel { title: &'static str, - titles: Cycle>, + titles: Cycle>, } #[derive(Debug)] @@ -98,6 +98,7 @@ impl SimpleComponent for WelcomeModel { "સુસ્વાગત છે", "ಸುಸ್ವಾಗತ", "സ്വാഗതം", + "ᚹᛁᛚᚳᚢᛗᛖ", ] .into_iter() .cycle(),