RoundedTB
RoundedTB copied to clipboard
In a fresh installation RoundedTB can't tell if the taskbar is Centered correctly
When Installed Windows 10 by default centers the taskbar but the keys in registry do not exist. The current way it works windows 10 defaults to centered = true but RoundedTB to centered= false Taskbar.cs Line 54: Current state 👍 retVal = false; Correct way: retVal = true;
Oops, my bad - yeah I'll tidy that one up. Thanks for spotting it and letting me know!