mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Minor refact
This commit is contained in:
parent
780a8f7c7c
commit
cba767ce32
@ -277,14 +277,7 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
{
|
||||
checkBoxRightToLeft.Enabled = false;
|
||||
labelProgress.Text = LanguageSettings.Current.Main.NoSubtitleLoaded;
|
||||
if (Configuration.Settings.General.UseDarkTheme)
|
||||
{
|
||||
labelProgress.ForeColor = Color.Yellow;
|
||||
}
|
||||
else
|
||||
{
|
||||
labelProgress.ForeColor = Color.DarkGoldenrod;
|
||||
}
|
||||
labelProgress.ForeColor = Configuration.Settings.General.UseDarkTheme ? Color.Yellow : Color.DarkGoldenrod;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user