mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 16:40:26 +02:00
Added multi-line custom build command
This commit is contained in:
parent
c4544f67d3
commit
c6f1f358a9
8 changed files with 110 additions and 17 deletions
|
@ -282,7 +282,7 @@ namespace IDE.ui
|
|||
let valueItem = propEntry.mListViewItem.GetSubItem(1);
|
||||
if (!valueItem.Label.IsEmpty)
|
||||
{
|
||||
let dialog = ThemeFactory.mDefault.CreateDialog("Remove?", "Are you sure you want to remove the selected custom build options?");
|
||||
let dialog = ThemeFactory.mDefault.CreateDialog("Remove?", "Are you sure you want to remove the selected distinct build options?");
|
||||
dialog.AddYesNoButtons(new (evt) =>
|
||||
{
|
||||
DeleteDistinctBuildOptions(propEntry.mListViewItem);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue