mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
BUG-2141: Fix for old browser version when embedding IE. And some other small imgur stability changes.
This commit is contained in:
parent
f695ce8182
commit
b8009fe256
6 changed files with 194 additions and 57 deletions
|
@ -39,6 +39,9 @@ namespace GreenshotPlugin.Controls {
|
|||
public bool IsOk => DialogResult == DialogResult.OK;
|
||||
|
||||
public OAuthLoginForm(string browserTitle, Size size, string authorizationLink, string callbackUrl) {
|
||||
// Make sure Greenshot uses the correct browser version
|
||||
IEHelper.FixBrowserVersion(false);
|
||||
|
||||
_callbackUrl = callbackUrl;
|
||||
// Fix for BUG-2071
|
||||
if (callbackUrl.EndsWith("/"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue