From 145dcff382c3e0b9267cc9a845e722e8037f3cc5 Mon Sep 17 00:00:00 2001 From: pizzaboxer Date: Mon, 24 Jul 2023 20:19:10 +0100 Subject: [PATCH] Add info page on activity tracking --- .../UI/Elements/Menu/Pages/IntegrationsPage.xaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Bloxstrap/UI/Elements/Menu/Pages/IntegrationsPage.xaml b/Bloxstrap/UI/Elements/Menu/Pages/IntegrationsPage.xaml index f0bcc46..3cda765 100644 --- a/Bloxstrap/UI/Elements/Menu/Pages/IntegrationsPage.xaml +++ b/Bloxstrap/UI/Elements/Menu/Pages/IntegrationsPage.xaml @@ -5,6 +5,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml" + xmlns:models="clr-namespace:Bloxstrap.UI.ViewModels" mc:Ignorable="d" d:DesignHeight="1080" d:DesignWidth="800" Title="IntegrationsPage" @@ -16,7 +17,18 @@ - + + + + + + + + + + + +