Fix MicrosoftStore build

This commit is contained in:
Jaex 2023-07-22 14:27:51 +03:00
parent 89407978b1
commit 6480bd4f3f

View file

@ -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)