You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RCFI Tools.bat
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
:: 2024-02-10 Adding 'Search Icon' to Folder right-click menu.
20
20
:: 2024-03-10 Fix: Unable to change keyword extension in 'Define keyword' menu.
21
21
:: 2024-03-26 Adding support for multiple keywords.
22
-
:: 2024-04-24 Fix: Template Configuration menu doesn't work properly when "AlwaysAskTemplate=No."
22
+
:: 2024-04-24 Fix: Template Configuration menu doesn't work properly when "AlwaysAskTemplate=No".
23
23
:: 2024-05-14 Fix: File scan unable to find matched keywords when file extension not specified.
24
24
:: 2024-05-20 Changing default configuration of "TemplateIconSize" from "Auto" to "256" for smaller file size and faster image processing.
25
25
:: 2024-05-20 Replacing ImageMagick Convert with version 7.1.1-32-portable-Q8-x64. Newer, faster, but not compatible with x86 architecture (64-bit only).
@@ -993,11 +993,13 @@ if /i "%TSelector%"=="Select" (
993
993
)
994
994
) else (
995
995
rem Display Template info.
996
+
if /i not"%Context%"=="IMG-Choose.and.Set.As" (
996
997
echo.
997
998
echo%_%%ESC%%cc_%%TName%%_% selected.%ESC%
998
999
%p1%
999
1000
for /f "usebackq tokens=1,2 delims=`"%%Iin ("%TFullPath%") doif /i not"%%J"==""echo%ESC%%%J%ESC%
1000
1001
%p2%
1002
+
)
1001
1003
set"TemplateChoice=Selected"
1002
1004
if /i not"%Context%"=="IMG-Choose.and.Set.As"call :Config-Save
0 commit comments