We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c111b07 commit 6f89bcaCopy full SHA for 6f89bca
core/tabs/system-setup/arch/nvidia-drivers.sh
@@ -77,7 +77,7 @@ setupHardwareAcceleration() {
77
78
printf "%b\n" "${GREEN}Hardware Acceleration setup completed successfully.${RC}"
79
80
- if promptUser "enable hardware Acceleration in mpv player"; then
+ if promptUser "enable Hardware Acceleration in MPV player"; then
81
if [ -f "$HOME/.config/mpv/mpv.conf" ];then
82
sed -i '/^hwdec/d' "$HOME/.config/mpv/mpv.conf"
83
fi
@@ -99,7 +99,7 @@ installDriver() {
99
100
101
printf "%b\n" "${GREEN}Driver installed successfully.${RC}"
102
- if promptUser "setup hardware Acceleration"; then
+ if promptUser "setup Hardware Acceleration"; then
103
setupHardwareAcceleration
104
105
0 commit comments