File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
v9/Components/ImageGlass.Settings Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments