workgroupengineering
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
2 deletions
-
src/Avalonia.Diagnostics/Diagnostics/DevToolsOptions.cs
-
src/Avalonia.Diagnostics/Diagnostics/HotKeyConfiguration.cs
|
|
|
@ -61,6 +61,6 @@ namespace Avalonia.Diagnostics |
|
|
|
/// <summary>
|
|
|
|
/// Gets or inits the <see cref="HotKeyConfiguration" /> used to activate DevTools features
|
|
|
|
/// </summary>
|
|
|
|
internal HotKeyConfiguration HotKeys { get; init; } = new(); |
|
|
|
public HotKeyConfiguration HotKeys { get; init; } = new(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
namespace Avalonia.Diagnostics |
|
|
|
{ |
|
|
|
internal class HotKeyConfiguration |
|
|
|
public class HotKeyConfiguration |
|
|
|
{ |
|
|
|
/// <summary>
|
|
|
|
/// Freezes refreshing the Value Frames inspector for the selected Control
|
|
|
|
|