Bob Mottram пре 9 година
родитељ
комит
16760255e4
1 измењених фајлова са 3 додато и 4 уклоњено
  1. 3
    4
      src/freedombone-controlpanel-user

+ 3
- 4
src/freedombone-controlpanel-user Прегледај датотеку

572
     fi
572
     fi
573
 
573
 
574
     SYNCTHING_ID=$(cat ~/.syncthing-server-id)
574
     SYNCTHING_ID=$(cat ~/.syncthing-server-id)
575
-    dialog --backtitle $"Freedombone User Control Panel" \
576
-           --title $"Device ID for ${PROJECT_NAME}" \
577
-           --form $"You can copy and paste this into syncthing on your local system" 8 80 1 \
578
-           "" 1 1 "$SYNCTHING_ID" 1 0 80 80
575
+    dialog --title $"Device ID for ${PROJECT_NAME}" \
576
+           --backtitle $"Freedombone User Control Panel" \
577
+           --msgbox $"In a desktop terminal press shift and select the ID below,\nthen right click and copy.\n\nWithin Connectbot select Menu/Copy and then highlight the ID below\n\n$SYNCTHING_ID" 12 78   
579
 }
578
 }
580
 
579
 
581
 function syncthing_add_id {
580
 function syncthing_add_id {