added runtime patcher, added MemoryUtils, fixes

This commit is contained in:
kitbyte
2025-03-24 14:51:58 +02:00
parent 123307aed7
commit d3ff13a528
33 changed files with 1294 additions and 287 deletions
+2 -2
View File
@@ -210,9 +210,9 @@
<ColumnDefinition Width="Auto" />
</Grid.ColumnDefinitions>
<Border BorderBrush="{DynamicResource Border}"
BorderThickness="0 0 1 0">
BorderThickness="0 0 1 0" IsHitTestVisible="False">
<TextBlock Text="{TemplateBinding Uid}"
VerticalAlignment="Center" Cursor="Hand"
VerticalAlignment="Center"
FontSize="12"
Foreground="{DynamicResource MutedForeground}"
Padding="10 0" />