| 648 | } |
| 649 | |
| 650 | void OnBrowserCommitButton(wxCommandEvent&) override |
| 651 | { |
| 652 | QueueJob( |
| 653 | [this]() |
| 654 | { |
| 655 | _filesystem->flushChanges(); |
| 656 | UpdateFilesystemData(); |
| 657 | }); |
| 658 | } |
| 659 | |
| 660 | void OnBrowserDiscardButton(wxCommandEvent&) override |
| 661 | { |
nothing calls this directly
no test coverage detected