mirror of
https://github.com/greenshot/greenshot
synced 2025-07-13 16:43:54 -07:00
Creating a branch 1.1 where I will try to make the 1.1.7 build available, this means I need to merge some changes from 2.0 to here.
This commit is contained in:
parent
2a8e2475d8
commit
a03bc31aef
247 changed files with 6986 additions and 8233 deletions
|
@ -26,6 +26,7 @@ namespace GreenshotBoxPlugin {
|
|||
/// Copy this file to BoxCredentials.private.cs and fill in valid credentials. (Or empty strings, but of course you won't be able to use the plugin then.)
|
||||
/// </summary>
|
||||
public static class BoxCredentials {
|
||||
public static string API_KEY = empty;
|
||||
public static string ClientId = string.Empty;
|
||||
public static string ClientSecret = string.Empty;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue