mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
Fix crash in Settings when Icons dir not present - thx JDTR75 :)
Fix #6998
This commit is contained in:
parent
92b04ff61f
commit
6ee080dede
@ -1204,6 +1204,7 @@ namespace Nikse.SubtitleEdit.Forms.Options
|
||||
{
|
||||
comboBoxToolbarIconTheme.Visible = false;
|
||||
labelToolbarIconTheme.Visible = false;
|
||||
return;
|
||||
}
|
||||
|
||||
comboBoxToolbarIconTheme.SelectedIndexChanged -= comboBoxToolbarIconTheme_SelectedIndexChanged;
|
||||
|
Loading…
Reference in New Issue
Block a user