2023.12.20.0

API.Twitter: simplify JSON error string
Add notification of new log data
Add deleting permanent cache path if empty
This commit is contained in:
Andy
2023-12-20 15:37:40 +03:00
parent 7a33c02497
commit dde024276b
6 changed files with 66 additions and 14 deletions

View File

@@ -842,7 +842,10 @@ CloseResume:
#End Region
#End Region
Private Sub BTT_LOG_Click(sender As Object, e As EventArgs) Handles BTT_LOG.Click
MyMainLOG_ShowForm(Settings.Design,,,, Sub() MainFrameObj.UpdateLogButton())
MyMainLOG_ShowForm(Settings.Design,,,, Sub()
MainFrameObj.UpdateLogButton()
MainFrameObj.LogFormClosed()
End Sub)
End Sub
Private Sub BTT_VERSION_INFO_Click(sender As Object, e As EventArgs) Handles BTT_VERSION_INFO.Click
CheckVersion(True)