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
- Commande line rescue restoration tool was also affected by the issue in the previous fix upload. Fixed.
- A few nutshells in text and translation fixed.
Copy file name to clipboardExpand all lines: zenvidia
+8-5
Original file line number
Diff line number
Diff line change
@@ -6263,7 +6263,7 @@ menu_manage(){ #
6263
6263
fi
6264
6264
nm=1
6265
6265
unset mng_list
6266
-
for mng_cmd in $"Documention manual ($(version))" $"Change Logs ($(version))" $"Zenvidia Logs" $"Zenvidia Help" $"About Zenvidia"; do
6266
+
for mng_cmd in $"Documention manual ($(version))" $"Change Logs ($(version))" $"Zenvidia Logs" $"Zenvidia Help and documentation" $"About Zenvidia"; do
6267
6267
mng_list+=("false")
6268
6268
mng_list+=("$nm")
6269
6269
mng_list+=("$mng_cmd")
@@ -6512,7 +6512,7 @@ base_menu(){ #
6512
6512
esac
6513
6513
}
6514
6514
}
6515
-
install_controls(){ # TASK migration line to remove in future release
6515
+
install_controls(){
6516
6516
if [ -d $install_dir/zenvidia ] ; then
6517
6517
mkdir -p $nvdir
6518
6518
cp -rf $install_dir/zenvidia/* $nvdir/
@@ -6654,12 +6654,15 @@ default_zen_dir(){ # NOTE user backups dir check to remove in next release.
0 commit comments