diff --git a/MetaforceInstaller.UI/MainWindow.axaml.cs b/MetaforceInstaller.UI/MainWindow.axaml.cs index 4990d10..d6a49e1 100644 --- a/MetaforceInstaller.UI/MainWindow.axaml.cs +++ b/MetaforceInstaller.UI/MainWindow.axaml.cs @@ -27,7 +27,7 @@ public partial class MainWindow : Window { InitializeComponent(); - LogMessage("SLAVAGM ЛЕГЕНДА И ВЫ ЭТО ЗНАЕТЕ"); + LogMessage("MetaforceInstaller by slavagm"); _adbService = new AdbService(); _adbService.ProgressChanged += OnAdbProgressChanged;