Skip to content

Commit

Permalink
disabled EnableImageTransition by default
Browse files Browse the repository at this point in the history
  • Loading branch information
d2phap committed Dec 27, 2023
1 parent 78535e0 commit 79f178d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Components/ImageGlass.Settings/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ public static class Config
/// <summary>
/// Gets, sets value indicates that image fading transition is used while it's being loaded.
/// </summary>
public static bool EnableImageTransition { get; set; } = true;
public static bool EnableImageTransition { get; set; } = false;

/// <summary>
/// Enables / Disables copy multiple files.
Expand Down

0 comments on commit 79f178d

Please sign in to comment.