Somehow didn't notice this typo until now
This commit is contained in:
parent
24272a6450
commit
0e7f55d9be
|
@ -237,7 +237,7 @@ gui_handler() {
|
||||||
# Clear variables
|
# Clear variables
|
||||||
gui_tdp=""
|
gui_tdp=""
|
||||||
# Contains some ugly hacks to "widen" the entries for the small GPD screen, might tweak later
|
# Contains some ugly hacks to "widen" the entries for the small GPD screen, might tweak later
|
||||||
gui_action=$(zenity --list --title="${gui_name}" --width=400 --height=350 $gui_options --text="Chose action to perform:" --hide-column=1 --column="" --column="Action"\
|
gui_action=$(zenity --list --title="${gui_name}" --width=400 --height=350 $gui_options --text="Choose action to perform:" --hide-column=1 --column="" --column="Action"\
|
||||||
check "`printf "\n Check current TDP\n "`" \
|
check "`printf "\n Check current TDP\n "`" \
|
||||||
preset "`printf "\n Change TDP (Will ask for password)\n "`" \
|
preset "`printf "\n Change TDP (Will ask for password)\n "`" \
|
||||||
set "`printf "\n Set custom TDP (Will ask for password)\n "`" \
|
set "`printf "\n Set custom TDP (Will ask for password)\n "`" \
|
||||||
|
|
Loading…
Reference in New Issue