We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a42c7e commit edc3f0fCopy full SHA for edc3f0f
src/Avalonia.Diagnostics/Diagnostics/DevToolsOptions.cs
@@ -61,6 +61,6 @@ public class DevToolsOptions
61
/// <summary>
62
/// Gets or inits the <see cref="HotKeyConfiguration" /> used to activate DevTools features
63
/// </summary>
64
- internal HotKeyConfiguration HotKeys { get; init; } = new();
+ public HotKeyConfiguration HotKeys { get; init; } = new();
65
}
66
src/Avalonia.Diagnostics/Diagnostics/HotKeyConfiguration.cs
@@ -2,7 +2,7 @@
2
3
namespace Avalonia.Diagnostics
4
{
5
- internal class HotKeyConfiguration
+ public class HotKeyConfiguration
6
7
8
/// Freezes refreshing the Value Frames inspector for the selected Control
0 commit comments