mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Update outdated OpenTabletDriver FAQ links
This commit is contained in:
@ -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.");
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
|
Reference in New Issue
Block a user