From 6727a58a083e1e059cc599fe84b24596c951f5d9 Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Fri, 13 Oct 2023 20:02:18 +0300 Subject: [PATCH] Update global-shortcut-app-handle.md --- .changes/global-shortcut-app-handle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changes/global-shortcut-app-handle.md b/.changes/global-shortcut-app-handle.md index 3ec52397..37dd286f 100644 --- a/.changes/global-shortcut-app-handle.md +++ b/.changes/global-shortcut-app-handle.md @@ -2,4 +2,4 @@ "global-shortcut": "patch" --- -**Breaking Change**: Changed `Builder::with_handler` closure to take `&AppHandle` as the first argument. +**Breaking Change**: Changed `Builder::with_handler` closure to take `&AppHandle` as the first argument and the shortcut as the second argument.