aboutsummaryrefslogtreecommitdiff
path: root/app/src/web/assets/typings/frost.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/web/assets/typings/frost.d.ts')
-rw-r--r--app/src/web/assets/typings/frost.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/web/assets/typings/frost.d.ts b/app/src/web/assets/typings/frost.d.ts
index a3591f66..8f60c9dd 100644
--- a/app/src/web/assets/typings/frost.d.ts
+++ b/app/src/web/assets/typings/frost.d.ts
@@ -5,7 +5,7 @@ declare interface FrostJSI {
reloadBaseUrl(animate: boolean)
- contextMenu(url: string, text: string | null)
+ contextMenu(url: string | null, text: string | null)
longClick(start: boolean)