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