mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
* adding fancy zone opacity setting, enhancement #631 * applying zone opacity setting to all zones during zone selection * changing opacity setting to percentage
This commit is contained in:
@@ -22,6 +22,11 @@ namespace FancyZonesUnitTests
|
||||
{
|
||||
return m_guid;
|
||||
}
|
||||
IFACEMETHODIMP_(int)
|
||||
GetZoneHighlightOpacity() noexcept
|
||||
{
|
||||
return 100;
|
||||
}
|
||||
|
||||
GUID m_guid;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user