feat: give the driver cleanup tool its own section - #657
Merged
Conversation
It was sitting unlabelled under the conflict scan, which read as though it were part of that list. They are different things: the list reports what is wrong on this machine, the tool is a third-party utility you install to fix it. Now under DRIVER CLEANUP TOOL. Used Section.Title rather than another hand-rolled heading -- Section renders and uppercases the label itself. The conflicts list above still needs its own TextBlock because it is an ItemsControl, not a Section. The tool's card keeps the name TabletDriverCleanup even though the heading now says much the same thing: it is a real third-party tool by the OTD team, and the exact name is what someone would search for. Verified live with a conflicting driver present, so both sections show. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Gives the TabletDriverCleanup controls on Settings → System their own
DRIVER CLEANUP TOOLheading.Before this, the section ran on directly from the
CONFLICTING DRIVERS DETECTEDlist above it with nothing marking the boundary. Those two things do different jobs: the list above reports what is wrong on this machine, while this block manages a third-party tool you install to fix it. Reading straight down, the Install / Run / Uninstall buttons looked like actions belonging to the conflict list.Section.Titlerenders and uppercases the label itself, so this is a one-attribute change rather than a hand-rolled heading. (The conflicts list above still needs its ownSectionLabelbecause it is anItemsControl, not aSection— worth knowing if you wonder why the two headings are built differently.)Heading and a 4px top margin only; no behaviour, wiring or command changes.