mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-02-16 15:22:01 +03:00
style: small style changes
This commit is contained in:
parent
d13e54f764
commit
ec1d3aee7c
4 changed files with 4 additions and 3 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 9283fc056f8ff70d95f96e67c547f06541863080
|
||||
Subproject commit c64787bf8afca33eff7f5d450763bd655ac2ef72
|
|
@ -696,6 +696,8 @@ impl SimpleComponent for App {
|
|||
title: tr("components-index-updated"),
|
||||
description: None
|
||||
});
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
Ok(false) => continue,
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
use relm4::factory::AsyncFactoryVecDeque;
|
||||
use relm4::prelude::*;
|
||||
use relm4::component::*;
|
||||
use relm4::factory::*;
|
||||
|
|
|
@ -138,7 +138,7 @@ pub enum GeneralAppMsg {
|
|||
/// was retrieved from remote repos
|
||||
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 |_| { .. })
|
||||
// in the VoicePackage component
|
||||
AddVoicePackage(DynamicIndex),
|
||||
|
|
Loading…
Add table
Reference in a new issue