Skip to content

Commit 5d23757

Browse files
committed
Update FAQ link
1 parent 8e22532 commit 5d23757

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/Resources/Views/MainWindow.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ Window {
150150
appendMessage(`Welcome to xPilot v${appVersion}`, Enum.MessageType.Info)
151151
if (AppConfig.XplaneNetworkAddress !== "127.0.0.1" && AppConfig.XplaneNetworkAddress !== "localhost") {
152152
appendMessage(`Waiting for X-Plane connection (${AppConfig.XplaneNetworkAddress})...
153-
Please make sure X-Plane is running and a flight is loaded.`, Enum.MessageType.Info)
153+
Please make sure X-Plane is running and a flight is loaded. If you're having trouble connecting xPilot to X-Plane, please see the xPilot FAQ: https://xpilot-project.org/waiting-for-connection`, Enum.MessageType.Info)
154154
} else {
155-
appendMessage("Waiting for X-Plane connection... Please make sure X-Plane is running and a flight is loaded.", Enum.MessageType.Info)
155+
appendMessage("Waiting for X-Plane connection... Please make sure X-Plane is running and a flight is loaded. If you're having trouble connecting xPilot to X-Plane, please see the xPilot FAQ: https://xpilot-project.org/waiting-for-connection", Enum.MessageType.Info)
156156
}
157157

158158
if (AppConfig.configRequired()) {

0 commit comments

Comments
 (0)