From 16760255e4c255fbe53116ae7851a5ad864595fc Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 10 Apr 2016 18:11:01 +0100 Subject: [PATCH] Go back to dialog --- src/freedombone-controlpanel-user | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/freedombone-controlpanel-user b/src/freedombone-controlpanel-user index 6621fdd4..1014376a 100755 --- a/src/freedombone-controlpanel-user +++ b/src/freedombone-controlpanel-user @@ -572,10 +572,9 @@ function syncthing_show_id { fi SYNCTHING_ID=$(cat ~/.syncthing-server-id) - dialog --backtitle $"Freedombone User Control Panel" \ - --title $"Device ID for ${PROJECT_NAME}" \ - --form $"You can copy and paste this into syncthing on your local system" 8 80 1 \ - "" 1 1 "$SYNCTHING_ID" 1 0 80 80 + dialog --title $"Device ID for ${PROJECT_NAME}" \ + --backtitle $"Freedombone User Control Panel" \ + --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 } function syncthing_add_id {