From 6a15485734f73b95c1e8c71382e2c2e3ef02665c Mon Sep 17 00:00:00 2001 From: shept Date: Tue, 16 Sep 2025 15:10:09 +0500 Subject: [PATCH] edit cool message on start due to copyright issues --- MetaforceInstaller.UI/MainWindow.axaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;