mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
[VCM] fix ToolbarHide behavior (#21348)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user