Some more minor changes

This commit is contained in:
2025-08-04 21:30:05 +05:30
parent 31c47b9538
commit e2c52b4ac8
4 changed files with 54 additions and 6 deletions

View File

@@ -1601,7 +1601,15 @@ set upk_result=2
if defined ohookact if not %upk_result%==0 echo:
if %upk_result%==1 echo Uninstalling Other/Grace Keys [Successful]
if %upk_result%==2 call :dk_color %Red% "Uninstalling Other/Grace Keys [Failed]"
if %upk_result%==2 (
call :dk_color %Red% "Uninstalling Other/Grace Keys [Failed]"
if not defined showfix (
echo:
call :dk_color %Blue% "%_fixmsg%"
echo:
set showfix=1
)
)
exit /b
::========================================================================================================================================