You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/bug_report.yaml
+10
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,16 @@ body:
45
45
description: Provide a comprehensive description of the problem you're facing. Don't forget to attach any additional resources you may have, such as log files and screenshots.
46
46
validations:
47
47
required: true
48
+
- type: textarea
49
+
id: repro-steps
50
+
attributes:
51
+
label: How do you reproduce the problem?
52
+
description: Include the steps to reproduce the problem from start to finish. Include details such as FastFlags you added and settings you changed.
Copy file name to clipboardexpand all lines: Bloxstrap/App.xaml
+2
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@
11
11
<ResourceDictionary.MergedDictionaries>
12
12
<ui:ThemesDictionaryTheme="Dark" />
13
13
<ui:ControlsDictionary />
14
+
<ResourceDictionaryx:Name="CustomTheme"Source="UI/Style/Dark.xaml" /> <!-- NOTE: WpfUiWindow::ApplyTheme relies on this order. If you plan to change the order, please update the index in the function. -->
0 commit comments