This commit is contained in:
zenobit 2023-04-12 20:45:14 +02:00
parent d279d23447
commit 93270cdb97
1 changed files with 5 additions and 1 deletions

6
dh
View File

@ -319,7 +319,7 @@ EOF
yad --dynamic --notebook --key="$key" --monitor --listen --window-icon="$DH_ICON_DIR"/hop.svg --width=900 --height=900 --title="DistroHopper" --tab="run VM" --tab="download VM" yad --dynamic --notebook --key="$key" --monitor --listen --window-icon="$DH_ICON_DIR"/hop.svg --width=900 --height=900 --title="DistroHopper" --tab="run VM" --tab="download VM"
} }
function WIP() { function WIP_buttons() {
#define functions for buttons #define functions for buttons
ABOUT="distrohopper_about" ABOUT="distrohopper_about"
HELP="help_show" HELP="help_show"
@ -583,6 +583,10 @@ EOF
fi fi
} }
function WIP() {
echo ""
}
TOOL_set_default_terminal() { TOOL_set_default_terminal() {
echo "$MSG_DEFAULT_TERMINAL:" echo "$MSG_DEFAULT_TERMINAL:"
select term in alacritty foot gnome-terminal kitty konsole mate-terminal roxterm sakura st tilix xfce4-terminal xterm custom; do select term in alacritty foot gnome-terminal kitty konsole mate-terminal roxterm sakura st tilix xfce4-terminal xterm custom; do