diff --git a/client/components/App.vue b/client/components/App.vue index 01e3f558..11d68b03 100644 --- a/client/components/App.vue +++ b/client/components/App.vue @@ -77,6 +77,7 @@ import NetworkList from "./NetworkList.vue"; import Chat from "./Chat.vue"; import SignIn from "./Windows/SignIn.vue"; import Settings from "./Windows/Settings.vue"; +import Help from "./Windows/Help.vue"; export default { name: "App", @@ -85,6 +86,7 @@ export default { Chat, SignIn, Settings, + Help, }, props: { activeWindow: String, diff --git a/client/components/Windows/Help.vue b/client/components/Windows/Help.vue index a4dfb02f..51cbafc0 100644 --- a/client/components/Windows/Help.vue +++ b/client/components/Windows/Help.vue @@ -14,11 +14,11 @@

- v{{ version }} + v{{ $root.serverConfiguration.version }} (release notes) + data-target="Changelog">release notes) About The Lounge

@@ -26,33 +26,33 @@
- {{#if gitCommit}} -

- The Lounge is running from source - (commit {{ gitCommit }}). -

+

Invite a user to the specified channel. If - channel is ommitted, user will be invited to the + channel is omitted, user will be invited to the current channel.

@@ -528,7 +528,7 @@

Close the specified channel or private message window, or the - current channel if channel is ommitted. + current channel if channel is omitted.

Aliases: /close, /leave

@@ -644,7 +644,6 @@
-