Removed unnecessary things

This commit is contained in:
Observer KRypt0n_ 2023-02-04 16:05:14 +02:00
parent fe898e6b90
commit 5ad110a9b4
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 0 additions and 5 deletions

View file

@ -130,7 +130,6 @@ impl SimpleAsyncComponent for ProgressBar {
));
}
// TODO: add translation
AppMsg::UpdateFromState(state) => {
match state {
InstallerUpdate::CheckingFreeSpace(_) => self.caption = Some(tr("checking-free-space")),

View file

@ -8,10 +8,6 @@ use anime_launcher_sdk::config::prelude::*;
use crate::i18n::tr;
use crate::*;
lazy_static::lazy_static! {
static ref CONFIG: config::Config = config::get().expect("Failed to load config");
}
#[relm4::widget_template(pub)]
impl WidgetTemplate for Enhancements {
view! {