mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 14:47:12 -05:00
Add license headers
This commit is contained in:
parent
57357a42a5
commit
7aaf7b7fe0
2 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
// Copyright: Ankitects Pty Ltd and contributors
|
||||
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||
export function mergeTooltipAndShortcut(
|
||||
tooltip: string | undefined,
|
||||
shortcutLabel: string | undefined
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
// Copyright: Ankitects Pty Ltd and contributors
|
||||
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||
import * as tr from "./i18n";
|
||||
|
||||
const modifiers = ["Control", "Alt", "Shift", "Meta"];
|
||||
|
|
|
|||
Loading…
Reference in a new issue