mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 05:23:24 -07:00
Get rid of embedded browser (#255)
This change makes it possible to use Box, DropBox and Imgur with the default browser, instead of the embedded which causes many issues. Other plugins need to follow.
This commit is contained in:
parent
ecb1b91ae7
commit
19fb98ae55
71 changed files with 4037 additions and 3542 deletions
|
@ -25,7 +25,7 @@ namespace GreenshotBoxPlugin {
|
|||
/// You can set your own values here
|
||||
/// </summary>
|
||||
public static class BoxCredentials {
|
||||
public static string ClientId = "${Box_ClientId}";
|
||||
public static string ClientSecret = "${Box_ClientSecret}";
|
||||
public static string ClientId = "${Box13_ClientId}";
|
||||
public static string ClientSecret = "${Box13_ClientSecret}";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue