From c348f8285d282bb4f7e85e34f39b20bdf5be46bb Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sat, 18 Jan 2020 19:55:38 +0000 Subject: [PATCH] add RefreshButton event logic (main page.) --- src/EyesAndEars.UWP/EyesAndEars.UWP/MainPage.xaml | 2 +- src/EyesAndEars.UWP/EyesAndEars.UWP/MainPage.xaml.cs | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/EyesAndEars.UWP/EyesAndEars.UWP/MainPage.xaml b/src/EyesAndEars.UWP/EyesAndEars.UWP/MainPage.xaml index 39c8f17..f28d788 100644 --- a/src/EyesAndEars.UWP/EyesAndEars.UWP/MainPage.xaml +++ b/src/EyesAndEars.UWP/EyesAndEars.UWP/MainPage.xaml @@ -178,7 +178,7 @@ VerticalAlignment="Center" FontSize="28" Margin="0,0,12,0" ToolTipService.Placement="Mouse" Click="RefreshButton_Click" - ToolTipService.ToolTip="Click after you change the base U.R.L. it will make the program use the new U.R.L."/> + ToolTipService.ToolTip="Click to reset the dashboard. It will give the server a moment before it starts receiving requests from this app. again."/>