mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
Add error report (however it has no sending feature at this commit)
This commit is contained in:
9
Wox/Helper/ErrorReporting/WPFErrorReportingDialog.xaml
Normal file
9
Wox/Helper/ErrorReporting/WPFErrorReportingDialog.xaml
Normal file
@@ -0,0 +1,9 @@
|
||||
<Window x:Class="Wox.Helper.ErrorReporting.WPFErrorReportingDialog"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
Title="ErrorReportingDialog" WindowStartupLocation="CenterScreen">
|
||||
<DockPanel>
|
||||
<TextBlock Margin="10" TextWrapping="Wrap" DockPanel.Dock="Top" Text="Wox has occured an error that can't be handled. "/>
|
||||
<TextBox x:Name="tbErrorReport" IsReadOnly="True" IsUndoEnabled="False" VerticalScrollBarVisibility="Auto" HorizontalScrollBarVisibility="Auto" />
|
||||
</DockPanel>
|
||||
</Window>
|
||||
Reference in New Issue
Block a user