mirror of
https://github.com/ppy/osu
synced 2024-12-28 18:02:53 +00:00
Improve message
Co-authored-by: Dean Herbert <pe@ppy.sh>
This commit is contained in:
parent
543f6039e2
commit
cd842ccef8
@ -104,14 +104,11 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
|||||||
if (RuntimeInfo.OS == RuntimeInfo.Platform.Windows || RuntimeInfo.OS == RuntimeInfo.Platform.Linux)
|
if (RuntimeInfo.OS == RuntimeInfo.Platform.Windows || RuntimeInfo.OS == RuntimeInfo.Platform.Linux)
|
||||||
{
|
{
|
||||||
t.NewLine();
|
t.NewLine();
|
||||||
t.AddText("If your tablet is not getting detected properly,", s => s.Colour = colours.Yellow);
|
t.AddText("If your tablet is not detected, please read ", s => s.Colour = colours.Yellow);
|
||||||
t.NewParagraph();
|
t.AddLink("this FAQ", LinkAction.External, RuntimeInfo.OS == RuntimeInfo.Platform.Windows
|
||||||
t.AddText("read ", s => s.Colour = colours.Yellow);
|
|
||||||
t.AddLink("the driver's FAQ", LinkAction.External, RuntimeInfo.OS == RuntimeInfo.Platform.Windows
|
|
||||||
? @"https://github.com/OpenTabletDriver/OpenTabletDriver/wiki/Windows-FAQ"
|
? @"https://github.com/OpenTabletDriver/OpenTabletDriver/wiki/Windows-FAQ"
|
||||||
: @"https://github.com/OpenTabletDriver/OpenTabletDriver/wiki/Linux-FAQ");
|
: @"https://github.com/OpenTabletDriver/OpenTabletDriver/wiki/Linux-FAQ");
|
||||||
|
t.AddText(" for troubleshooting steps.", s => s.Colour = colours.Yellow);
|
||||||
t.AddText(" to troubleshoot the problem further.", s => s.Colour = colours.Yellow);
|
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user