Skip to content

Commit

Permalink
Adjust version info message
Browse files Browse the repository at this point in the history
  • Loading branch information
justinshannon committed May 30, 2024
1 parent 703d68e commit 9a5c5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Resources/Views/MainWindow.qml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Window {
// we call this again so we can present the permission error if applicable
AppConfig.loadConfig()

appendMessage(`xPilot v${appVersion}`, Enum.MessageType.Info)
appendMessage(`xPilot version ${appVersion}`, Enum.MessageType.Info)
if (AppConfig.XplaneNetworkAddress !== "127.0.0.1" && AppConfig.XplaneNetworkAddress !== "localhost") {
appendMessage(`Waiting for X-Plane connection (${AppConfig.XplaneNetworkAddress})...
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)
Expand Down

0 comments on commit 9a5c5fe

Please # to comment.