Browse Source

Default logging to 'no'

Bob Mottram 8 years ago
parent
commit
dca0cb9b1b
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-controlpanel

+ 1
- 0
src/freedombone-controlpanel View File

@@ -1185,6 +1185,7 @@ function logging_on_off {
1185 1185
     logging="no"
1186 1186
     dialog --title $"Logging" \
1187 1187
            --backtitle $"Freedombone Control Panel" \
1188
+           --defaultno \
1188 1189
            --yesno $"\nDo you want to turn logging on?" 7 60
1189 1190
     sel=$?
1190 1191
     case $sel in