mirror of
https://github.com/AAndyProgram/SCrawler.git
synced 2026-03-15 08:12:17 +00:00
2022.12.26.0
UserMedia: fixed plugin bugs Instagram: updated algo and settings; update responser settings based on site response PornHub: fixed bug in SiteSettings; fixed typos RedGis: fixed downloading user profiles XVideos: fixed user profile opening UserDataBind: fixed multiple collection removing issue DownloadedInfoForm: fixed user focusing UserCreatorForm: add user name to form header if user exists ListImagesLoader: changed loading algo MainFrame: added channels button to tray context menu Added ffmpeg fox x86 Fixed typos
This commit is contained in:
@@ -39,7 +39,7 @@ Partial Friend Module MainMod
|
||||
Return Not CollectionName.IsEmptyString
|
||||
End Get
|
||||
End Property
|
||||
Friend ReadOnly Property IsVirual As Boolean
|
||||
Friend ReadOnly Property IsVirtual As Boolean
|
||||
Get
|
||||
Return CollectionModel = UsageModel.Virtual Or UserModel = UsageModel.Virtual
|
||||
End Get
|
||||
@@ -123,7 +123,7 @@ Partial Friend Module MainMod
|
||||
ElseIf Merged And IncludedInCollection Then
|
||||
Return $"{ColPath}\{SettingsFolderName}"
|
||||
Else
|
||||
If IncludedInCollection And Not IsVirual Then
|
||||
If IncludedInCollection And Not IsVirtual Then
|
||||
Return $"{ColPath}\{Site}_{Name}\{SettingsFolderName}"
|
||||
ElseIf Not Settings(Plugin) Is Nothing Then
|
||||
Return $"{Settings(Plugin).Path.PathNoSeparator}\{Name}\{SettingsFolderName}"
|
||||
|
||||
Reference in New Issue
Block a user