diff options
author | bobzel <zzzman@gmail.com> | 2024-05-19 02:37:08 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-05-19 02:37:08 -0400 |
commit | ac4dbfff647c5ce6e98c6a8f8726f6674e45be7d (patch) | |
tree | c47b58c347deda615581eb44bed955396f30f31f /src/client/views/MainView.tsx | |
parent | 33f51c59f5f75ff7e19eb3f47184685668596f8b (diff) | |
parent | 2ab3fd16d01863300bcdb1cf076b6f5c81daf867 (diff) |
Merge branch 'eleanor-starter' into restoringEslint
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index a53e24f8f..31d88fb87 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -372,6 +372,10 @@ export class MainView extends ObservableReactComponent<{}> { fa.faCut, fa.faEllipsisV, fa.faEraser, + fa.faDeleteLeft, + fa.faXmarksLines, + fa.faCircleXmark, + fa.faXmark, fa.faExclamation, fa.faFileAlt, fa.faFileAudio, |