From 6480bd4f3f639dc05099ccee7da736aa5c274fc2 Mon Sep 17 00:00:00 2001 From: Jaex Date: Sat, 22 Jul 2023 14:27:51 +0300 Subject: [PATCH] Fix MicrosoftStore build --- ShareX.ScreenCaptureLib/Forms/FFmpegOptionsForm.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ShareX.ScreenCaptureLib/Forms/FFmpegOptionsForm.cs b/ShareX.ScreenCaptureLib/Forms/FFmpegOptionsForm.cs index 1ee924811..7fa98cac8 100644 --- a/ShareX.ScreenCaptureLib/Forms/FFmpegOptionsForm.cs +++ b/ShareX.ScreenCaptureLib/Forms/FFmpegOptionsForm.cs @@ -120,10 +120,6 @@ private async Task SettingsLoad() // MP3 tbMP3_qscale.Value = FFmpegCLIManager.mp3_max - Options.FFmpeg.MP3_QScale; -#if MicrosoftStore - btnTest.Visible = false; -#endif - cbCustomCommands.Checked = Options.FFmpeg.UseCustomCommands; if (Options.FFmpeg.UseCustomCommands)