From a8c696b0986137b2422712c5abfaa4f59a94c624 Mon Sep 17 00:00:00 2001 From: darylE Date: Wed, 13 Mar 2024 14:30:36 -0400 Subject: [PATCH] Provide feedback on the Update Model Alias #4365 --- xLights/xLightsImportChannelMapDialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/xLights/xLightsImportChannelMapDialog.cpp b/xLights/xLightsImportChannelMapDialog.cpp index 357945a97..b013bf505 100644 --- a/xLights/xLightsImportChannelMapDialog.cpp +++ b/xLights/xLightsImportChannelMapDialog.cpp @@ -2707,4 +2707,5 @@ void xLightsImportChannelMapDialog::OnButton_UpdateAliasesClick(wxCommandEvent& xlights->GetModel(m->_model)->AddAlias(m->_mapping); } } + xlights->SetStatusText(_("Update Aliases Done.")); }