Skip to content

Commit 127d530

Browse files
authored
Fixed typos.
1 parent 3bc7b00 commit 127d530

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ui/uiapp.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use super::{
2424
},
2525
ui_images::get_logo_icon,
2626
ui_import_games::FetcStatus,
27-
BackupState, DiconnectState,
27+
BackupState, DisconnectState,
2828
};
2929

3030
const SECTION_SPACING: f32 = 25.0;
@@ -60,7 +60,7 @@ pub struct MyEguiApp {
6060
pub(crate) status_reciever: Receiver<SyncProgress>,
6161
pub(crate) image_selected_state: ImageSelectState,
6262
pub(crate) backup_state: BackupState,
63-
pub(crate) disconect_state: DiconnectState,
63+
pub(crate) disconnect_state: DisconnectState,
6464
pub(crate) rename_map: HashMap<u32, String>,
6565
pub(crate) current_edit: Option<u32>,
6666
pub(crate) platforms: Platforms,
@@ -80,7 +80,7 @@ impl MyEguiApp {
8080
status_reciever: watch::channel(SyncProgress::NotStarted).1,
8181
image_selected_state: ImageSelectState::default(),
8282
backup_state: BackupState::default(),
83-
disconect_state: DiconnectState::default(),
83+
disconnect_state: DisconnectState::default(),
8484
rename_map: get_rename_map(),
8585
current_edit: Option::None,
8686
platforms,

0 commit comments

Comments
 (0)