@@ -24,7 +24,7 @@ use super::{
24
24
} ,
25
25
ui_images:: get_logo_icon,
26
26
ui_import_games:: FetcStatus ,
27
- BackupState , DiconnectState ,
27
+ BackupState , DisconnectState ,
28
28
} ;
29
29
30
30
const SECTION_SPACING : f32 = 25.0 ;
@@ -60,7 +60,7 @@ pub struct MyEguiApp {
60
60
pub ( crate ) status_reciever : Receiver < SyncProgress > ,
61
61
pub ( crate ) image_selected_state : ImageSelectState ,
62
62
pub ( crate ) backup_state : BackupState ,
63
- pub ( crate ) disconect_state : DiconnectState ,
63
+ pub ( crate ) disconnect_state : DisconnectState ,
64
64
pub ( crate ) rename_map : HashMap < u32 , String > ,
65
65
pub ( crate ) current_edit : Option < u32 > ,
66
66
pub ( crate ) platforms : Platforms ,
@@ -80,7 +80,7 @@ impl MyEguiApp {
80
80
status_reciever : watch:: channel ( SyncProgress :: NotStarted ) . 1 ,
81
81
image_selected_state : ImageSelectState :: default ( ) ,
82
82
backup_state : BackupState :: default ( ) ,
83
- disconect_state : DiconnectState :: default ( ) ,
83
+ disconnect_state : DisconnectState :: default ( ) ,
84
84
rename_map : get_rename_map ( ) ,
85
85
current_edit : Option :: None ,
86
86
platforms,
0 commit comments