Added export logs button to save logs for future debugging
All checks were successful
Build / build (push) Successful in 35s

This commit is contained in:
Ankitkumar Satapara
2026-04-29 16:02:14 +05:30
parent a9a3c385eb
commit 1463d5b3a8
2 changed files with 46 additions and 0 deletions

View File

@@ -135,6 +135,10 @@
<Button Content="🗑 Clear" Command="{Binding LogPanel.ClearLogsCommand}"
Background="Transparent" Foreground="#FFAAAAAA" BorderThickness="0"
Padding="6,2" FontSize="11" Cursor="Hand" Margin="0,0,4,0" />
<Button Content="💾 Export" Command="{Binding LogPanel.ExportLogsCommand}"
ToolTip="Export all logs to a file"
Background="Transparent" Foreground="#FFAAAAAA" BorderThickness="0"
Padding="6,2" FontSize="11" Cursor="Hand" Margin="0,0,4,0" />
<Button Content="✕" Command="{Binding LogPanel.ClosePanelCommand}"
Background="Transparent" Foreground="#FFAAAAAA" BorderThickness="0"
Padding="6,2" FontSize="11" Cursor="Hand" />