From dabed24c16c925d4f9ec2a069bf443653372e6cc Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Mon, 10 Oct 2022 01:03:37 +0300 Subject: [PATCH] Lock the background UI when a dialog is open --- DiscordChatExporter.Gui/Views/RootView.xaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DiscordChatExporter.Gui/Views/RootView.xaml b/DiscordChatExporter.Gui/Views/RootView.xaml index 7eb3b0de..2d718a00 100644 --- a/DiscordChatExporter.Gui/Views/RootView.xaml +++ b/DiscordChatExporter.Gui/Views/RootView.xaml @@ -7,6 +7,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:s="https://github.com/canton7/Stylet" xmlns:viewModels="clr-namespace:DiscordChatExporter.Gui.ViewModels" + xmlns:converters="clr-namespace:DiscordChatExporter.Gui.Converters" Width="600" Height="550" MinWidth="325" @@ -21,10 +22,11 @@ - +