mirror of
https://github.com/AAndyProgram/SCrawler.git
synced 2026-03-15 16:22:17 +00:00
2024.3.15.0
PluginProvider Add 'Checked' property Add 'PropertyValueEventArgs' SCrawler Add default headers Add predefined colors to the color picker API.Instagram: automatically reset download options after updating credentials
This commit is contained in:
@@ -323,6 +323,11 @@ CloseResume:
|
||||
TrayIcon.Visible = .CloseToTray
|
||||
LIST_PROFILES.ShowGroups = .UseGrouping
|
||||
If f.FeedParametersChanged And Not MyFeed Is Nothing Then MyFeed.UpdateSettings()
|
||||
If f.HeadersChanged Then
|
||||
Settings.BeginUpdate()
|
||||
Settings.Plugins.ForEach(Sub(p) p.Settings.UpdateInheritance())
|
||||
Settings.EndUpdate()
|
||||
End If
|
||||
UpdateSilentButtons()
|
||||
UpdateImageColor()
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user