Skip to content

Commit

Permalink
Added an update check function.
Browse files Browse the repository at this point in the history
It is available from the Help menu and should run automatically on startup. You can toggle the checking on startup from the help menu option.
  • Loading branch information
maforget committed Aug 15, 2024
1 parent 19333b0 commit 699d549
Show file tree
Hide file tree
Showing 5 changed files with 3,257 additions and 3,102 deletions.
3 changes: 2 additions & 1 deletion ComicRack/Config/HiddenMessageBoxes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public enum HiddenMessageBoxes
CloseExternalReader = 0x20,
ComicRackMinimized = 0x40,
AskDirtyItems = 0x80,
AskClearData = 0x100
AskClearData = 0x100,
DoNotCheckForUpdate = 0x200
}
}
Loading

0 comments on commit 699d549

Please sign in to comment.