mirror of
https://github.com/greenshot/greenshot
synced 2025-07-12 16:13:53 -07:00
BUG-2077: More improvements for the update check interval. Also corrected the readme.txt.template
This commit is contained in:
parent
245ffe5da9
commit
b92d79ed39
5 changed files with 60 additions and 8 deletions
|
@ -431,9 +431,13 @@ namespace GreenshotPlugin.Core {
|
|||
{
|
||||
UpdateCheckInterval = 14;
|
||||
}
|
||||
if (UpdateCheckInterval > 365)
|
||||
{
|
||||
UpdateCheckInterval = 365;
|
||||
}
|
||||
|
||||
// Enable OneNote if upgrading from 1.1
|
||||
if(ExcludeDestinations != null && ExcludeDestinations.Contains("OneNote")) {
|
||||
if (ExcludeDestinations != null && ExcludeDestinations.Contains("OneNote")) {
|
||||
if(LastSaveWithVersion != null && LastSaveWithVersion.StartsWith("1.1")) {
|
||||
ExcludeDestinations.Remove("OneNote");
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue