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