Skip to content

Commit

Permalink
Update caps
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevithakannan2 authored Oct 11, 2024
1 parent c111b07 commit 6f89bca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/tabs/system-setup/arch/nvidia-drivers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ setupHardwareAcceleration() {

printf "%b\n" "${GREEN}Hardware Acceleration setup completed successfully.${RC}"

if promptUser "enable hardware Acceleration in mpv player"; then
if promptUser "enable Hardware Acceleration in MPV player"; then
if [ -f "$HOME/.config/mpv/mpv.conf" ];then
sed -i '/^hwdec/d' "$HOME/.config/mpv/mpv.conf"
fi
Expand All @@ -99,7 +99,7 @@ installDriver() {
fi

printf "%b\n" "${GREEN}Driver installed successfully.${RC}"
if promptUser "setup hardware Acceleration"; then
if promptUser "setup Hardware Acceleration"; then
setupHardwareAcceleration
fi

Expand Down

0 comments on commit 6f89bca

Please sign in to comment.