Skip to content

Conversation

@frenzibyte
Copy link
Member

  • Removes per-platform linking as it's not recommended by the website itself:

    CleanShot 2025-07-02 at 13 26 04

    This makes sense because the general FAQ page starts by highlighting that the user's tablet may not be supported, we should forward the user there first.

  • Fixes troubleshooting text not appearing on macOS, leading to confusion as has been in Input Monitoring permission prompt #33933.

@frenzibyte frenzibyte added type/behavioural An issue with actual UI or game behaviour. Has a real world impact causing something to not work. area:settings labels Jul 2, 2025
AutoSizeAxes = Axes.Y,
}.With(t =>
{
if (RuntimeInfo.OS == RuntimeInfo.Platform.Windows || RuntimeInfo.OS == RuntimeInfo.Platform.Linux)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would have been nice to know why this was conditional'd but neither 543f603 nor #14268 provide any context unfortunately

Copy link
Member Author

@frenzibyte frenzibyte Jul 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iirc it's because there wasn't a wiki page for macOS at the time, and the code prior to that commit was displaying linux FAQ on macOS which was misleading.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:settings size/S type/behavioural An issue with actual UI or game behaviour. Has a real world impact causing something to not work.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants