RoundedTB icon indicating copy to clipboard operation
RoundedTB copied to clipboard

In a fresh installation RoundedTB can't tell if the taskbar is Centered correctly

Open ChrisKaragounis opened this issue 4 years ago • 1 comments

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;

ChrisKaragounis avatar Oct 12 '21 19:10 ChrisKaragounis

Oops, my bad - yeah I'll tidy that one up. Thanks for spotting it and letting me know!

torchgm avatar Oct 12 '21 22:10 torchgm