From 418f44edfdf326342470e34eccb8c221de8dc70a Mon Sep 17 00:00:00 2001 From: unknown81311 <43104779+unknown81311@users.noreply.github.com> Date: Wed, 27 Apr 2022 19:24:37 -0600 Subject: [PATCH] Update MainFrame.vb --- SCrawler/MainFrame.vb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SCrawler/MainFrame.vb b/SCrawler/MainFrame.vb index 163d4ea..3ed34cb 100644 --- a/SCrawler/MainFrame.vb +++ b/SCrawler/MainFrame.vb @@ -1,4 +1,4 @@ -' Copyright (C) 2022 Andy +' Copyright (C) 2022 Andy ' This program is free software: you can redistribute it and/or modify ' it under the terms of the GNU General Public License as published by ' the Free Software Foundation, either version 3 of the License, or @@ -665,7 +665,7 @@ CloseResume: Dim user As IUserData = GetSelectedUser() If Not user Is Nothing Then Dim f As SFile = SFile.SelectFiles(user.File.CutPath(IIf(user.IsCollection, 2, 1)), False, "Select new user picture", - "Pictures|*.jpeg;*.jpg;*.png|GIF|*.gif|All Files|*.*").FirstOrDefault + "Pictures|*.jpeg;*.jpg;*.png;*.webp|GIF|*.gif|All Files|*.*").FirstOrDefault If Not f.IsEmptyString Then user.SetPicture(f) UserListUpdate(user, False) @@ -1127,4 +1127,4 @@ ResumeDownloadingOperation: Private Sub BTT_PR_INFO_Click(sender As Object, e As EventArgs) Handles BTT_PR_INFO.Click If MyProgressForm.Visible Then MyProgressForm.BringToFront() Else MyProgressForm.Show() End Sub -End Class \ No newline at end of file +End Class