mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2025-11-04 20:36:15 +01:00
Update extensions-custom.sh
This commit is contained in:
@@ -93,15 +93,15 @@ function manager-extensions-custom {
|
|||||||
response=$(zenity --list \
|
response=$(zenity --list \
|
||||||
--checklist \
|
--checklist \
|
||||||
--title="$program_name" \
|
--title="$program_name" \
|
||||||
--width=900 \
|
--width=1000 \
|
||||||
--height=500 \
|
--height=500 \
|
||||||
--column="Select" --column="Extension" --column="Description"\
|
--column="$text_select" --column="$text_extension" --column="$text_extension_description"\
|
||||||
FALSE "Airfoil Tools" "Description_1" \
|
FALSE "Airfoil Tools" "$text_extension_description_1" \
|
||||||
FALSE "Additive Assistant (FFF)" "Description_2" \
|
FALSE "Additive Assistant (FFF)" "$text_extension_description_2" \
|
||||||
FALSE "Czech localization for F360" "Description_3" \
|
FALSE "Czech localization for F360" "$text_extension_description_3" \
|
||||||
FALSE "HP 3D Printers for Autodesk® Fusion 360™" "Description_4" \
|
FALSE "HP 3D Printers for Autodesk® Fusion 360™" "$text_extension_description_4" \
|
||||||
FALSE "OctoPrint for Autodesk® Fusion 360™" "Description_5" \
|
FALSE "OctoPrint for Autodesk® Fusion 360™" "$text_extension_description_5" \
|
||||||
FALSE "RoboDK" "Description_6" )
|
FALSE "RoboDK" "$text_extension_description_6" )
|
||||||
|
|
||||||
[[ $response = *"Airfoil Tools"* ]] && airfoil-tools-plugin-custom
|
[[ $response = *"Airfoil Tools"* ]] && airfoil-tools-plugin-custom
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user