diff --git a/src/MandoCode.Desktop/Controls/ChatTabView.xaml b/src/MandoCode.Desktop/Controls/ChatTabView.xaml index d3f6cfc..1a4ec11 100644 --- a/src/MandoCode.Desktop/Controls/ChatTabView.xaml +++ b/src/MandoCode.Desktop/Controls/ChatTabView.xaml @@ -3,9 +3,12 @@ x:Class="MandoCode.Desktop.ChatTabView" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" - xmlns:local="using:MandoCode.Desktop"> + xmlns:local="using:MandoCode.Desktop" + xmlns:muxc="using:Microsoft.UI.Xaml.Controls" + xmlns:controls="using:MandoCode.Desktop.Controls"> - + @@ -109,10 +112,116 @@ ToolTipService.ToolTip="Change this tab's project folder"> + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -231,6 +340,31 @@ + + + + + + + + + + +