Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

Commit

Permalink
Added ShowOverlay option
Browse files Browse the repository at this point in the history
  • Loading branch information
iXab3r committed Sep 12, 2020
1 parent 8a87a73 commit 45f9a00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/MicSwitch/Modularity/MicSwitchConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ internal sealed class MicSwitchConfig : IPoeEyeConfigVersioned, IOverlayConfig
public Size OverlaySize { get; set; }

public float OverlayOpacity { get; set; }
public bool OverlayEnabled { get; set; }

public bool OverlayEnabled { get; set; } = true;

public byte[] MutedMicrophoneIcon { get; set; }

Expand Down

0 comments on commit 45f9a00

Please sign in to comment.