From 6d638fe72d8bcd5b79c4e62009f6036bf26144eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 19:18:17 +0000 Subject: [PATCH] chore(deps): bump lib/WinToast from `a78ce46` to `f693b8e` (#5823) * chore(deps): bump lib/WinToast from `a78ce46` to `f693b8e` Bumps [lib/WinToast](https://github.com/mohabouje/WinToast) from `a78ce46` to `f693b8e`. - [Release notes](https://github.com/mohabouje/WinToast/releases) - [Commits](https://github.com/mohabouje/WinToast/compare/a78ce469b456c06103b3b30d4bd37e7bb80da30c...f693b8e031f49edf0b38b55b067819839b5f5448) --- updated-dependencies: - dependency-name: lib/WinToast dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: Rasmus Karlsson Co-authored-by: Nerixyz --- lib/WinToast | 2 +- src/singletons/Toasts.cpp | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/WinToast b/lib/WinToast index a78ce469..f693b8e0 160000 --- a/lib/WinToast +++ b/lib/WinToast @@ -1 +1 @@ -Subproject commit a78ce469b456c06103b3b30d4bd37e7bb80da30c +Subproject commit f693b8e031f49edf0b38b55b067819839b5f5448 diff --git a/src/singletons/Toasts.cpp b/src/singletons/Toasts.cpp index 3e8f804d..a15e186a 100644 --- a/src/singletons/Toasts.cpp +++ b/src/singletons/Toasts.cpp @@ -204,6 +204,10 @@ public: { } + void toastActivated(const char *response) const override + { + } + void toastFailed() const override { }