File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -565,7 +565,7 @@ impl ApplicationHandler for App {
565565 && startup_time. elapsed ( ) > Duration :: from_secs ( 3 )
566566 {
567567 tracing:: error!( "UI acceleration not working, exiting." ) ;
568- self . exit ( Some ( ExitReason :: UiAccalerationFailure ) ) ;
568+ self . exit ( Some ( ExitReason :: UiAccelerationFailure ) ) ;
569569 }
570570 }
571571 WindowEvent :: DragDropped { paths, .. } => {
@@ -654,5 +654,5 @@ impl ApplicationHandler for App {
654654
655655pub ( crate ) enum ExitReason {
656656 Shutdown ,
657- UiAccalerationFailure ,
657+ UiAccelerationFailure ,
658658}
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ pub fn start() {
114114
115115 match exit_reason {
116116 #[ cfg( target_os = "linux" ) ]
117- app:: ExitReason :: UiAccalerationFailure => {
117+ app:: ExitReason :: UiAccelerationFailure => {
118118 use std:: os:: unix:: process:: CommandExt ;
119119
120120 tracing:: error!( "Restarting application without UI acceleration" ) ;
You can’t perform that action at this time.
0 commit comments