From 238eed49ef94e6ea2c0e39012406ea21c30ce4bf Mon Sep 17 00:00:00 2001 From: Zemill <33404722+Zemill@users.noreply.github.com> Date: Fri, 4 Mar 2022 13:32:36 -0500 Subject: [PATCH] Removes replay deletion and twitch extension from tool --- Heroesprofile.Uploader.Common/Manager.cs | 2 +- .../MainWindow.xaml | 2 -- .../MainWindow.xaml.cs | 3 --- .../Properties/AssemblyInfo.cs | 4 +-- .../SettingsWindow.xaml | 27 +++---------------- .../SettingsWindow.xaml.cs | 18 ------------- 6 files changed, 6 insertions(+), 50 deletions(-) diff --git a/Heroesprofile.Uploader.Common/Manager.cs b/Heroesprofile.Uploader.Common/Manager.cs index f52657b..a654432 100644 --- a/Heroesprofile.Uploader.Common/Manager.cs +++ b/Heroesprofile.Uploader.Common/Manager.cs @@ -206,7 +206,7 @@ private async Task UploadLoop() } SaveReplayList(); if (ShouldDelete(file, replay)) { - DeleteReplay(file); + //DeleteReplay(file); } } catch (Exception ex) { diff --git a/Heroesprofile.Uploader.Windows/MainWindow.xaml b/Heroesprofile.Uploader.Windows/MainWindow.xaml index e7bd89b..269ef88 100644 --- a/Heroesprofile.Uploader.Windows/MainWindow.xaml +++ b/Heroesprofile.Uploader.Windows/MainWindow.xaml @@ -63,9 +63,7 @@ -