Skip to content

Commit 2270956

Browse files
committed
update default config
1 parent 8aa0cb4 commit 2270956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v9/Components/ImageGlass.Settings/Config.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ public static class Config
222222
/// <summary>
223223
/// Gets, sets value indicates that showing image filename on thumbnail bar
224224
/// </summary>
225-
public static bool ShowThumbnailFilename { get; set; } = true;
225+
public static bool ShowThumbnailFilename { get; set; } = false;
226226

227227
///// <summary>
228228
///// Gets, sets the value that indicates if the default position of image in the viewer is center or top left
@@ -547,7 +547,7 @@ public static class Config
547547
/// <summary>
548548
/// Gets, sets the number of images cached by Image
549549
/// </summary>
550-
public static int ImageBoosterCachedCount { get; set; } = 0;
550+
public static int ImageBoosterCachedCount { get; set; } = 1;
551551

552552
/// <summary>
553553
/// Gets, sets fixed width on zooming

0 commit comments

Comments
 (0)