瀏覽代碼

Advice for copying bootstrap ID

Bob Mottram 8 年之前
父節點
當前提交
491cecf884
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone-app-tox

+ 1
- 1
src/freedombone-app-tox 查看文件

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 {