mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Properly set mCopiedConfigCombo in NewConfigDialog
This commit is contained in:
parent
d7bf451c9f
commit
cbdfe505ca
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ namespace IDE.ui
|
|||
void SelectConfig(StringView configName)
|
||||
{
|
||||
mCopyConfigName.Set(configName);
|
||||
mCopiedConfigCombo.Label = configName;
|
||||
}
|
||||
|
||||
void PopulateConfigMenu(Menu menu)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue