[VCM] fix ToolbarHide behavior (#21348)

This commit is contained in:
Andrey Nekrasov
2022-10-26 00:25:53 +03:00
committed by GitHub
parent e171264dc2
commit a3042b8435
4 changed files with 91 additions and 47 deletions

View File

@@ -73,7 +73,7 @@ namespace Microsoft.PowerToys.Settings.UI.Library
public StringProperty Theme { get; set; }
[JsonPropertyName("toolbar_hide")]
public StringProperty ToolbarHide { get; set; } = "Never";
public StringProperty ToolbarHide { get; set; } = "When both camera and microphone are unmuted";
// converts the current to a json string.
public string ToJsonString()