mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
Fix crash with blank combobox
This commit is contained in:
parent
1e6be6b12c
commit
e69aa84c8b
1 changed files with 1 additions and 0 deletions
|
@ -180,6 +180,7 @@ namespace ShiftOS.WinForms.Applications
|
|||
if (Shiftorium.UpgradeInstalled("sl_operating_systems_wordlist")) comboBox1.Items.Add("Operating Systems");
|
||||
btnrestart.Visible = true;
|
||||
lblword.Left = (this.Width - lblword.Width) / 2;
|
||||
comboBox1.SelectedIndex = 0;
|
||||
}
|
||||
|
||||
public void OnUpgrade()
|
||||
|
|
Loading…
Reference in a new issue