From d9ccc9f7fa545a1ffd51aeb598a0759d45372382 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 2 Oct 2019 21:11:37 +0000 Subject: [PATCH] --- source/Plugins/AyaNova.Plugin.QBOI/Util.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/Plugins/AyaNova.Plugin.QBOI/Util.cs b/source/Plugins/AyaNova.Plugin.QBOI/Util.cs index 95d7f1c..f035eba 100644 --- a/source/Plugins/AyaNova.Plugin.QBOI/Util.cs +++ b/source/Plugins/AyaNova.Plugin.QBOI/Util.cs @@ -381,8 +381,13 @@ namespace AyaNova.PlugIn.QBOI DialogResult tokenResult=gt.ShowDialog(); if (tokenResult == DialogResult.Cancel) { + if (!string.IsNullOrEmpty(gt.LastError)) + { + + } return false; } + //LOOP over and over every 5 seconds checking repeatedly for the state token to get off the server or until user selects quit in some dialog that needs to be shown here