diff options
author | bobzel <zzzman@gmail.com> | 2023-04-19 13:01:37 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-04-19 13:01:37 -0400 |
commit | 0a66b0f369a13d5f399bf125727aff73cd6fd1b4 (patch) | |
tree | 1214f42703f07a4cc1b6e88bae02795f65c9b9ff /src/client/views/MainView.tsx | |
parent | 615bd643f6afc95f6548bcbec468177582d4ffc3 (diff) |
fixed image importing metadata for gpt. fixed showTitle UI to be able to turn off titles on templates (like icon views). added ui for choosing primary/alternate image and a drop target for setting alternate.
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index acbe0cbc3..4cbf8a811 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -314,6 +314,8 @@ export class MainView extends React.Component { fa.faArrowUp, fa.faBolt, fa.faBullseye, + fa.faTurnUp, + fa.faTurnDown, fa.faCaretUp, fa.faCat, fa.faCheck, |