diff options
| author | geireann <geireann.lindfield@gmail.com> | 2023-07-19 11:48:36 -0400 |
|---|---|---|
| committer | geireann <geireann.lindfield@gmail.com> | 2023-07-19 11:48:36 -0400 |
| commit | 000e04349f520f3d268512d265ef7a503481e15a (patch) | |
| tree | 9dd7d2bd2a04ead657e61574622fa1becb8d2fd2 /src/client/views/PropertiesView.tsx | |
| parent | d8fbab4e085ce044648acd69829a99b967839bf8 (diff) | |
got rid of Ctrl-O to open a new tab maximised. added style prop for header bar when tab is maximised.
Diffstat (limited to 'src/client/views/PropertiesView.tsx')
| -rw-r--r-- | src/client/views/PropertiesView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx index cb0663554..a6a99b3cc 100644 --- a/src/client/views/PropertiesView.tsx +++ b/src/client/views/PropertiesView.tsx @@ -1534,7 +1534,6 @@ export class PropertiesView extends React.Component<PropertiesViewProps> { <option value={OpenWhere.addRight}>Opening in new right pane</option> <option value={OpenWhere.replaceLeft}>Replacing left tab</option> <option value={OpenWhere.replaceRight}>Replacing right tab</option> - <option value={OpenWhere.fullScreen}>Overlaying current tab</option> <option value={OpenWhere.lightbox}>Opening in lightbox</option> <option value={OpenWhere.add}>Opening in new tab</option> <option value={OpenWhere.replace}>Replacing current tab</option> |
