This commit is contained in:
ALEZ-DEV 2024-10-09 21:15:10 +02:00
parent 2a5e7711c5
commit 10561ba542

View File

@ -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(),