1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 16:32:54 +08:00

Merge pull request #16414 from r00ster91/patch-1

This commit is contained in:
Salman Ahmed 2022-01-11 21:58:08 +03:00 committed by GitHub
commit c328b26de1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,8 +107,8 @@ namespace osu.Game.Overlays.Settings.Sections.Input
t.NewLine(); t.NewLine();
t.AddText("If your tablet is not detected, please read "); t.AddText("If your tablet is not detected, please read ");
t.AddLink("this FAQ", LinkAction.External, RuntimeInfo.OS == RuntimeInfo.Platform.Windows t.AddLink("this FAQ", LinkAction.External, RuntimeInfo.OS == RuntimeInfo.Platform.Windows
? @"https://github.com/OpenTabletDriver/OpenTabletDriver/wiki/Windows-FAQ" ? @"https://opentabletdriver.net/Wiki/FAQ/Windows"
: @"https://github.com/OpenTabletDriver/OpenTabletDriver/wiki/Linux-FAQ"); : @"https://opentabletdriver.net/Wiki/FAQ/Linux");
t.AddText(" for troubleshooting steps."); t.AddText(" for troubleshooting steps.");
} }
}), }),