From 32adc0485f99e8a9f440b6e7b14125b2e6427dc1 Mon Sep 17 00:00:00 2001 From: Jay Long Date: Fri, 5 Dec 2025 09:39:56 -0600 Subject: [PATCH] Added clipboard function to lists, bumped uip the version and removed the action example from the checked in codebase. --- PlayerManagement/TailgrabPannel.xaml | 28 +++++++++++++++- PlayerManagement/TailgrabPannel.xaml.cs | 43 +++++++++++++++++++++++++ config.json | 34 +------------------ regular-expressions.txt | 1 - tailgrab.csproj | 6 ++-- 5 files changed, 74 insertions(+), 38 deletions(-) delete mode 100644 regular-expressions.txt diff --git a/PlayerManagement/TailgrabPannel.xaml b/PlayerManagement/TailgrabPannel.xaml index ddbc8f4..be3cff0 100644 --- a/PlayerManagement/TailgrabPannel.xaml +++ b/PlayerManagement/TailgrabPannel.xaml @@ -2,7 +2,7 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Tailgrab Player Panel" - Width="900" Height="520" + Width="990" Height="520" FontFamily="Segoe UI" Language="en-US" WindowStartupLocation="CenterOwner" @@ -88,6 +88,19 @@ + + + + + + + + +