feat: add support for DevTools hotkey, fix patching logic

This commit is contained in:
kitbyte
2025-12-14 18:52:53 +02:00
parent a5583fd4f7
commit a943b91f5f
8 changed files with 170 additions and 59 deletions
@@ -54,6 +54,12 @@
</StackPanel>
<StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
<Button
Margin="0 0 5 0"
Width="25" Height="25" Padding="5.5"
Style="{StaticResource IconButton}"
Tag="{StaticResource CogIcon}"
/>
<Button
Margin="9 0 15 0"
Tag="{StaticResource CloseIcon}"