Skip to content

Commit

Permalink
Minor mini fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
freezy committed Nov 23, 2015
1 parent 2ff8c55 commit 48c25c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Controls/CachedImage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class CachedImage : Image
{
// constants
private static readonly TimeSpan FadeInDuration = TimeSpan.FromMilliseconds(300);
private static readonly TimeSpan WaitForFadeInDuration = TimeSpan.FromMilliseconds(50);
private static readonly TimeSpan WaitForFadeInDuration = TimeSpan.FromMilliseconds(100);
private static readonly DoubleAnimation FadeInAnimation = new DoubleAnimation {
From = 0,
To = 1,
Expand Down
2 changes: 1 addition & 1 deletion FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- ROMs
- Only download `N` (currently 2) files at the same time
- Show download status of all current, future and past files in the app's *Downloads* tab
- Be able to remove items from the downloads tab
- **[TODO]** Be able to remove items from the downloads tab
- Be able to clear all processed items from the downloads tab with one button
- **[WIP]** Apply script changes to updates: When updating a release, apply a diff from the user's script changes to the script of the updated release.
- Automatically choose correct flavor based on user's settings (see FAQ)
Expand Down

0 comments on commit 48c25c8

Please sign in to comment.