Added export logs button to save logs for future debugging
All checks were successful
Build / build (push) Successful in 35s
All checks were successful
Build / build (push) Successful in 35s
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user