mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-07-06 20:38:41 +00:00
AddLanguage - Fix returning empty string when nothing is selected
This commit is contained in:
@@ -10,6 +10,7 @@ namespace PckStudio.Forms.Additional_Popups.Loc
|
||||
{
|
||||
InitializeComponent();
|
||||
LanguageComboBox.Items.AddRange(avalibleLanguages);
|
||||
LanguageComboBox.SelectedIndex = 0;
|
||||
}
|
||||
|
||||
private void AddBtn_Click(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user