diff --git a/DFAssist/MainControl.cs b/DFAssist/MainControl.cs index 1850e05..cde7dcc 100644 --- a/DFAssist/MainControl.cs +++ b/DFAssist/MainControl.cs @@ -605,7 +605,7 @@ private void PostToTelegramIfNeeded(string server, EventType eventType, int[] ar if (_isDutyAlertEnabled) { var title = head + (args[0] != 0 ? GetRouletteName(args[0]) : Localization.GetText("app-name")); - ToastWindowNotification(title, ">> " + GetInstanceName(args[1])); + PostToTelegram(title + " >> " + GetInstanceName(args[1])); } break; case EventType.FATE_BEGIN: diff --git a/DFAssist/Properties/AssemblyInfo.cs b/DFAssist/Properties/AssemblyInfo.cs index 47251cb..baebac1 100644 --- a/DFAssist/Properties/AssemblyInfo.cs +++ b/DFAssist/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3.7")] -[assembly: AssemblyFileVersion("1.3.7")] +[assembly: AssemblyVersion("1.3.8")] +[assembly: AssemblyFileVersion("1.3.8")]