diff options
author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-09-07 17:05:09 -0400 |
---|---|---|
committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-09-07 17:05:09 -0400 |
commit | cd68ef2a2cde1dae40963c4c25c5452404a12fdd (patch) | |
tree | 8388777d59ebe90a44dfa9b03ad4e8ab4d683fa8 /src/client/views/MainView.tsx | |
parent | 441e1337f22f4bc9f9c6c8dcf643cc72c4d68f21 (diff) |
expanded preview option
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 2a937d403..ac669a864 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -280,6 +280,7 @@ export class MainView extends ObservableReactComponent<{}> { library.add( ...[ + fa.faMinimize, fa.faArrowsRotate, fa.faFloppyDisk, fa.faRepeat, |