Show remove question dialog for ignore action on RecordedModelsTab

This commit is contained in:
0xb00bface 2021-08-01 18:37:14 +02:00
parent 8e08682d27
commit d509dca6a1
1 changed files with 1 additions and 0 deletions

View File

@ -629,6 +629,7 @@ public class RecordedModelsTab extends Tab implements TabSelectionListener {
ModelMenuContributor.newContributor(getTabPane(), Config.getInstance(), recorder) //
.withStartStopCallback(m -> getTabPane().setCursor(Cursor.DEFAULT)) //
.removeModelAfterIgnore(true) //
.afterwards(table::refresh)
.contributeToMenu(selectedModels, menu);