Skip to content

Commit 73dbbfb

Browse files
authored
...
v0.2 Release
1 parent 917397d commit 73dbbfb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

RCFI Tools.bat

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
:: 2024-02-10 Adding 'Search Icon' to Folder right-click menu.
2020
:: 2024-03-10 Fix: Unable to change keyword extension in 'Define keyword' menu.
2121
:: 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".
2323
:: 2024-05-14 Fix: File scan unable to find matched keywords when file extension not specified.
2424
:: 2024-05-20 Changing default configuration of "TemplateIconSize" from "Auto" to "256" for smaller file size and faster image processing.
2525
:: 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" (
993993
)
994994
) else (
995995
rem Display Template info.
996+
if /i not "%Context%"=="IMG-Choose.and.Set.As" (
996997
echo.
997998
echo %_%%ESC%%cc_% %TName%%_% selected.%ESC%
998999
%p1%
9991000
for /f "usebackq tokens=1,2 delims=`" %%I in ("%TFullPath%") do if /i not "%%J"=="" echo %ESC%%%J%ESC%
10001001
%p2%
1002+
)
10011003
set "TemplateChoice=Selected"
10021004
if /i not "%Context%"=="IMG-Choose.and.Set.As" call :Config-Save
10031005
)
@@ -2976,4 +2978,4 @@ rem Generating setup_*.reg
29762978
echo "SubCommands"="RCFI.IMG-Set.As.Folder.Icon;RCFI.IMG-Choose.and.Set.As;RCFI.IMG.Generate.Icon;RCFI.IMG.Generate.PNG;RCFI.IMG.Template.Samples;RCFI.IMG.Choose.Template;RCFI.IMG.Edit.Template;RCFI.IMG-Convert;RCFI.IMG-Compress;RCFI.IMG-Resize;"
29772979

29782980
)>"%Setup_Write%"
2979-
exit /b
2981+
exit /b

0 commit comments

Comments
 (0)