Skip to content

Commit 3c25476

Browse files
Merge remote-tracking branch 'origin/master'
2 parents ef439d7 + 7154be2 commit 3c25476

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

Assets/Images/mospeedicon.ico

3.69 KB
Binary file not shown.

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
![](https://github.com/Error504TimeOut/MoSpeedUI/raw/master/Assets/Images/mospeedicon.ico)
22

3-
MoSpeedUI - A simpile GUI for easier use of the MoSpeed Compiler. Written in C# and Avalonia, available in German and English.
3+
🇬🇧
4+
MoSpeedUI - A simple GUI for easier use of the MOSpeed Compiler. Written in C# and Avalonia, available in German and English.
5+
Found an issue but you don't have a GitHub-Account? Shoot me a Mail at <mospeedui@mymailclient.de>
6+
7+
---
8+
🇩🇪
9+
MoSpeedUI - Eine einfache Benutzeroberfläche um die Benutzung des MOSpeed Kompiler zu erleichtern. Geschrieben in C# und Avalonia, verfügbar in Deutsch und Englisch.
10+
Fehler gefunden aber kein GitHub-Account? Schreib ne Mail an <mospeed@mymailclient.de>

SetupWindow.axaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ async private Task DownloadAsyncWithProgress(string url, string outputPath, Prog
299299
if (!canReportProgress) continue;
300300
progress.ShowProgressText = true;
301301
progress.Value = percentage;
302-
progress.ProgressTextFormat = $"{percentage}%"; }
302+
progress.ProgressTextFormat = $"Download... ({percentage})%"; }
303303
}
304304
catch (Exception e)
305305
{

0 commit comments

Comments
 (0)