diff --git a/src/ui/Forms/AudioToText/WhisperDownload.Designer.cs b/src/ui/Forms/AudioToText/WhisperDownload.Designer.cs index 37a934c97..edeeb09b4 100644 --- a/src/ui/Forms/AudioToText/WhisperDownload.Designer.cs +++ b/src/ui/Forms/AudioToText/WhisperDownload.Designer.cs @@ -51,16 +51,16 @@ this.labelPleaseWait.TabIndex = 28; this.labelPleaseWait.Text = "Please wait..."; // - // labelAVX2 + // labelWhisperChoice // this.labelWhisperChoice.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelWhisperChoice.AutoSize = true; this.labelWhisperChoice.ForeColor = System.Drawing.SystemColors.ControlDarkDark; this.labelWhisperChoice.Location = new System.Drawing.Point(274, 9); this.labelWhisperChoice.Name = "labelWhisperChoice"; - this.labelWhisperChoice.Size = new System.Drawing.Size(34, 13); + this.labelWhisperChoice.Size = new System.Drawing.Size(28, 13); this.labelWhisperChoice.TabIndex = 30; - this.labelWhisperChoice.Text = "AVX2"; + this.labelWhisperChoice.Text = "CPP"; // // WhisperDownload // diff --git a/src/ui/Forms/AudioToText/WhisperDownload.cs b/src/ui/Forms/AudioToText/WhisperDownload.cs index 50910a029..ce9a397fc 100644 --- a/src/ui/Forms/AudioToText/WhisperDownload.cs +++ b/src/ui/Forms/AudioToText/WhisperDownload.cs @@ -60,14 +60,12 @@ namespace Nikse.SubtitleEdit.Forms.AudioToText labelDescription1.Text = LanguageSettings.Current.GetTesseractDictionaries.Download + " whisper.cpp"; _cancellationTokenSource = new CancellationTokenSource(); _whisperChoice = whisperChoice; + labelWhisperChoice.Text = _whisperChoice; + labelWhisperChoice.Left = Width - labelWhisperChoice.Width - 20; } private void WhisperDownload_Shown(object sender, EventArgs e) { - labelWhisperChoice.Visible = true; - labelWhisperChoice.Text = _whisperChoice; - labelWhisperChoice.Left = Width - labelWhisperChoice.Width - 20; - var downloadUrl = IntPtr.Size * 8 == 32 ? DownloadUrl32Cpp : DownloadUrl64Cpp; if (_whisperChoice == WhisperChoice.ConstMe) {