mirror of
https://github.com/miniflux/v2.git
synced 2025-07-02 16:38:37 +00:00
Add option to enable/disable keyboard shortcuts
This commit is contained in:
parent
3c8cc0b2b6
commit
4295a86e55
24 changed files with 183 additions and 112 deletions
|
@ -38,7 +38,9 @@
|
|||
<script type="text/javascript" src="{{ route "javascript" "name" "app" }}?{{ .app_js_checksum }}" defer></script>
|
||||
<script type="text/javascript" src="{{ route "javascript" "name" "sw" }}?{{ .sw_js_checksum }}" defer id="service-worker-script"></script>
|
||||
</head>
|
||||
<body data-entries-status-url="{{ route "updateEntriesStatus" }}">
|
||||
<body
|
||||
data-entries-status-url="{{ route "updateEntriesStatus" }}"
|
||||
{{ if .user }}{{ if not .user.KeyboardShortcuts }}data-disable-keyboard-shortcuts="true"{{ end }}{{ end }}>
|
||||
{{ if .user }}
|
||||
<header class="header">
|
||||
<nav>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue