Bob Mottram 7 лет назад
Родитель
Сommit
775177fc8d
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel Просмотреть файл

@@ -1915,7 +1915,7 @@ function menu_app_settings {
1915 1915
     fi
1916 1916
 
1917 1917
     # shellcheck disable=SC2086
1918
-    choice=$(dialog --stdout --backtitle $"Freedombone" \
1918
+    choice=$(dialog --backtitle $"Freedombone" \
1919 1919
                     --title $"Change settings for an App" \
1920 1920
                     --menu $'Choose:' \
1921 1921
                     26 40 30 "${W[@]}" 3>&2 2>&1 1>&3)