mirror of
https://github.com/AAndyProgram/SCrawler.git
synced 2026-03-15 08:12:17 +00:00
2024.3.31.0
Plugins ISiteSettings: add 'CMDEncoding', 'EnvironmentPrograms' properties; add 'EnvironmentProgramsUpdated' function SCrawler GlobalSettingsForm: add the ability to find the program environment SettingsCLS: update 'ProgramFile' class; add 'EnvironmentProgramsList' property and 'UpdateEnvironmentPrograms' function Add the ability to display group users Add 'GroupUsersViewer'
This commit is contained in:
@@ -162,6 +162,7 @@ Public Class MainFrame
|
||||
While Downloader.Working Or ChannelsWorking.Invoke Or SP_Working.Invoke : Thread.Sleep(500) : End While
|
||||
End Sub)
|
||||
End If
|
||||
MainFrameObj.OpenedGroupUsersForms.ListClearDispose
|
||||
Downloader.Dispose()
|
||||
MyProgressForm.Dispose()
|
||||
InfoForm.Dispose()
|
||||
@@ -322,6 +323,7 @@ CloseResume:
|
||||
UpdateImageColor(True, True)
|
||||
End If
|
||||
TrayIcon.Visible = .CloseToTray
|
||||
If f.EnvironmentProgramsChanged Then Settings.UpdateEnvironmentPrograms()
|
||||
If f.FeedParametersChanged And Not MyFeed Is Nothing Then MyFeed.UpdateSettings()
|
||||
If f.HeadersChanged Then
|
||||
Settings.BeginUpdate()
|
||||
|
||||
Reference in New Issue
Block a user