Browse Source

Advice for copying bootstrap ID

Bob Mottram 8 years ago
parent
commit
491cecf884
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-tox

+ 1
- 1
src/freedombone-app-tox View File

112
     fi
112
     fi
113
     bootstrap_id=$(cat $TOX_BOOTSTRAP_ID_FILE)
113
     bootstrap_id=$(cat $TOX_BOOTSTRAP_ID_FILE)
114
     dialog --title $"Tox Bootstrap Node" \
114
     dialog --title $"Tox Bootstrap Node" \
115
-           --msgbox $"$bootstrap_id" 6 70
115
+           --msgbox $"\n$bootstrap_id\n\nTo copy this hold down the shift key, select then right click and copy." 8 70
116
 }
116
 }
117
 
117
 
118
 function mesh_tox_qtox {
118
 function mesh_tox_qtox {