Parcourir la source

Advice for copying bootstrap ID

Bob Mottram il y a 8 ans
Parent
révision
491cecf884
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/freedombone-app-tox

+ 1
- 1
src/freedombone-app-tox Voir le fichier

@@ -112,7 +112,7 @@ function configure_interactive_tox {
112 112
     fi
113 113
     bootstrap_id=$(cat $TOX_BOOTSTRAP_ID_FILE)
114 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 118
 function mesh_tox_qtox {