mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
WIP
This commit is contained in:
parent
d279d23447
commit
93270cdb97
1 changed files with 5 additions and 1 deletions
6
dh
6
dh
|
@ -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"
|
||||
}
|
||||
|
||||
function WIP() {
|
||||
function WIP_buttons() {
|
||||
#define functions for buttons
|
||||
ABOUT="distrohopper_about"
|
||||
HELP="help_show"
|
||||
|
@ -583,6 +583,10 @@ EOF
|
|||
fi
|
||||
}
|
||||
|
||||
function WIP() {
|
||||
echo ""
|
||||
}
|
||||
|
||||
TOOL_set_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
|
||||
|
|
Loading…
Reference in a new issue