mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 12:57:25 +08:00
Update outdated OpenTabletDriver FAQ links
This commit is contained in:
parent
01a3cf3849
commit
a8c3fdd383
@ -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.");
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user