mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43: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 GreenshotDropboxPlugin {
|
|||
/// You can set your own values here
|
||||
/// </summary>
|
||||
public static class DropBoxCredentials {
|
||||
public static string CONSUMER_KEY = "${DropBox_ClientId}";
|
||||
public static string CONSUMER_SECRET = "${DropBox_ClientSecret}";
|
||||
public static string CONSUMER_KEY = "${DropBox13_ClientId}";
|
||||
public static string CONSUMER_SECRET = "${DropBox13_ClientSecret}";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue