mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-23 19:49:43 +01:00
fix: address issue #31205 - shortcut guide multi-monitor
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// ShortcutGuideSettings.cs - Fix for Issue #31205
|
||||
namespace ShortcutGuide
|
||||
{
|
||||
public class ShortcutGuideSettings
|
||||
{
|
||||
public int OverlayOpacity { get; set; } = 90;
|
||||
public bool ShowOnAllMonitors { get; set; } = false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user