Skip to content

Commit 476b8cf

Browse files
committed
Fixed bad display of the menu when running directly as administrator.
1 parent 99e7d0c commit 476b8cf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

auto-repair.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ set "lang_file=%lang_dir%\%lang%.properties"
1414
for /f "usebackq tokens=1,* delims==" %%A in ("%lang_file%") do (
1515
set "%%A=%%B"
1616
)
17+
cls
1718

1819
:: Verify if the requirements for optimal use are met, if they are not met, they will be self-applied.
1920
color %permissionWarningTheme%

config.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ separatorSmall=__________________________________________________
3535
scriptAuthor=https://t.me/Azriel_7589
3636

3737
# Do not touch
38-
scriptVersion=0.0.1
38+
scriptVersion=0.0.2
3939
scriptFirstDate=2/11/2024
40-
scriptReleaseDate=3/11/2024
40+
scriptReleaseDate=4/12/2024

0 commit comments

Comments
 (0)