diff options
author | George Hazan <ghazan@miranda.im> | 2020-06-26 11:15:55 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-06-26 11:15:55 +0300 |
commit | 2ebadb3747dbd8d9bdd05ae87f8acbc45ed1a336 (patch) | |
tree | 1c68f862eb133edea2fec2f039fb44ecc1926718 | |
parent | 9fd57c17a6432b675821f9aa21726432022e8882 (diff) |
Auth dialog: clicking "Later" shall not call AUTH_DENY
-rw-r--r-- | src/mir_app/src/auth.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mir_app/src/auth.cpp b/src/mir_app/src/auth.cpp index 10b11f783a..febd944a95 100644 --- a/src/mir_app/src/auth.cpp +++ b/src/mir_app/src/auth.cpp @@ -158,6 +158,7 @@ public: void onClick_Later(CCtrlButton*) { + m_bSucceeded = true; Close(); } |