revert changes button #759

This commit is contained in:
Jan Prochazka
2024-05-09 13:07:31 +02:00
parent 5c24774170
commit 4429b1d618
3 changed files with 4 additions and 0 deletions

View File

@@ -193,6 +193,7 @@
<ToolStripCommandButton command="dataGrid.refresh" hideDisabled />
<ToolStripCommandButton command="dataForm.refresh" hideDisabled />
<ToolStripCommandButton command="collectionTable.save" />
<ToolStripCommandButton command="dataGrid.revertAllChanges" hideDisabled />
<ToolStripCommandButton command="dataGrid.insertNewRow" hideDisabled />
<ToolStripCommandButton command="dataGrid.deleteSelectedRows" hideDisabled />
<ToolStripCommandButton command="dataGrid.switchToJson" hideDisabled />