Skip to content

Commit 8f0b6b1

Browse files
authored
Fix backtitle not showing for dialog box example. (#1961)
1 parent 466ef79 commit 8f0b6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scripts/menu_dialog_example.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ menu_dialog_example() {
8888
"${DialogOptions[@]}"
8989
)
9090

91-
dialog "${MenuDialog[@]}" > /dev/null || true
91+
_dialog_ "${MenuDialog[@]}" > /dev/null || true
9292
}
9393

9494
test_menu_dialog_example() {

0 commit comments

Comments
 (0)