style: small style changes

This commit is contained in:
Observer KRypt0n_ 2023-03-24 14:12:50 +02:00
parent d13e54f764
commit ec1d3aee7c
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
4 changed files with 4 additions and 3 deletions

@ -1 +1 @@
Subproject commit 9283fc056f8ff70d95f96e67c547f06541863080 Subproject commit c64787bf8afca33eff7f5d450763bd655ac2ef72

View file

@ -696,6 +696,8 @@ impl SimpleComponent for App {
title: tr("components-index-updated"), title: tr("components-index-updated"),
description: None description: None
}); });
break;
} }
Ok(false) => continue, Ok(false) => continue,

View file

@ -1,4 +1,3 @@
use relm4::factory::AsyncFactoryVecDeque;
use relm4::prelude::*; use relm4::prelude::*;
use relm4::component::*; use relm4::component::*;
use relm4::factory::*; use relm4::factory::*;

View file

@ -138,7 +138,7 @@ pub enum GeneralAppMsg {
/// was retrieved from remote repos /// was retrieved from remote repos
SetXluaPatch(Option<XluaPatch>), SetXluaPatch(Option<XluaPatch>),
// If one ever wich to change it to accept VoiceLocale // If one ever wish to change it to accept VoiceLocale
// I'd recommend to use clone!(@strong self.locale as locale => move |_| { .. }) // I'd recommend to use clone!(@strong self.locale as locale => move |_| { .. })
// in the VoicePackage component // in the VoicePackage component
AddVoicePackage(DynamicIndex), AddVoicePackage(DynamicIndex),