From 4ce5162c7954e120af4c0899e70100eae06885b2 Mon Sep 17 00:00:00 2001 From: tux Date: Wed, 2 Jul 2025 19:09:47 +0530 Subject: [PATCH] feat: disable context menu and text selection --- ui/controls/ChatUserControl.axaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/ui/controls/ChatUserControl.axaml b/ui/controls/ChatUserControl.axaml index f1715c5..dc11dc7 100644 --- a/ui/controls/ChatUserControl.axaml +++ b/ui/controls/ChatUserControl.axaml @@ -4,11 +4,12 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450" x:Class="highminded.ui.controls.ChatUserControl"> - - - - - - - + + + + + + + \ No newline at end of file