From c047fb2c0172c2c565590c78aba3224254cb3e29 Mon Sep 17 00:00:00 2001 From: Miguel Date: Thu, 14 Nov 2024 16:37:08 +0100 Subject: [PATCH] Agregado de opcion de configuracion. --- Chat.xaml | 60 ++-- Chat.xaml.cs | 211 +++++++---- ChatHistory.cs | 115 ++++++ ErrorLogger.cs | 123 +++++++ SettingsWindow.xaml | 83 +++++ SettingsWindow.xaml.cs | 222 ++++++++++++ ThemesAppTheme.xaml | 84 +++++ UserSettings.cs | 109 ++++++ gtpask.cs | 776 ++++++++++++++++++++++------------------- notificacion.xaml | 68 +++- notificacion.xaml.cs | 99 +++++- 11 files changed, 1474 insertions(+), 476 deletions(-) create mode 100644 ChatHistory.cs create mode 100644 ErrorLogger.cs create mode 100644 SettingsWindow.xaml create mode 100644 SettingsWindow.xaml.cs create mode 100644 ThemesAppTheme.xaml create mode 100644 UserSettings.cs diff --git a/Chat.xaml b/Chat.xaml index 41c5826..2da659b 100644 --- a/Chat.xaml +++ b/Chat.xaml @@ -1,62 +1,62 @@ - + xmlns:av="http://schemas.microsoft.com/expression/blend/2008" + xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="av" + x:Class="GTPCorrgir.Chat" Title="Chat with OpenAI" Height="300" Width="300" ResizeMode="CanResizeWithGrip" + WindowStyle="None" Background="Transparent" AllowsTransparency="True" MouseEnter="Window_MouseEnter" + MouseLeave="Window_MouseLeave" KeyDown="Window_KeyDown" Opacity="0.8" av:DesignHeight="320.439" + av:DesignWidth="609.769"> - - - - - - + + + - + - - + + + + +