From c4bfc04603c361e6a3833f5846d311a73073cd18 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Wed, 10 Mar 2021 22:36:26 +0100 Subject: [bug] inform backend when donate dialog is shown a rather annoying bug, since it keeps popping up for every status change. to be included in a hotfix for 0.21.2 release. - Release: 0.21.2 - Closes: #459 --- gui/handlers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gui/handlers.h') diff --git a/gui/handlers.h b/gui/handlers.h index c342a97..8283645 100644 --- a/gui/handlers.h +++ b/gui/handlers.h @@ -35,6 +35,7 @@ public slots: void switchOn(); void switchOff(); void donateAccepted(); + void donateSeen(); void login(QString username, QString password); void resetError(QString errlabel); void resetNotification(QString label); -- cgit v1.2.3