Fix PLR cancel with ExtUI (#16556)
This commit is contained in:
committed by
Scott Lahteine
parent
1457e40208
commit
ffd8b595d1
@ -39,8 +39,7 @@ static void lcd_power_loss_recovery_resume() {
|
||||
}
|
||||
|
||||
void lcd_power_loss_recovery_cancel() {
|
||||
card.removeJobRecoveryFile();
|
||||
card.autostart_index = 0;
|
||||
recovery.cancel();
|
||||
ui.return_to_status();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user