mirror of
https://github.com/ALEZ-DEV/Babylonia-terminal.git
synced 2025-12-16 17:38:51 +00:00
fix typo
This commit is contained in:
parent
2a5e7711c5
commit
10561ba542
@ -28,7 +28,7 @@ pub async fn listen_fonts_installation() {
|
|||||||
.await
|
.await
|
||||||
{
|
{
|
||||||
Err(e) => ReportError {
|
Err(e) => ReportError {
|
||||||
error_message: format!("Failed to install DXVK : {}", e),
|
error_message: format!("Failed to install fonts : {}", e),
|
||||||
}
|
}
|
||||||
.send_signal_to_dart(),
|
.send_signal_to_dart(),
|
||||||
Ok(_) => NotifyFontsSuccessfullyInstalled {}.send_signal_to_dart(),
|
Ok(_) => NotifyFontsSuccessfullyInstalled {}.send_signal_to_dart(),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user