Skip to content

Commit 9a5c5fe

Browse files
committed
Adjust version info message
1 parent 703d68e commit 9a5c5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/Resources/Views/MainWindow.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Window {
107107
// we call this again so we can present the permission error if applicable
108108
AppConfig.loadConfig()
109109

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

0 commit comments

Comments
 (0)