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 @@
- The Lounge is running from source
- (commit {{ gitCommit }}
).
-
+ The Lounge is running from source
+ (commit {{ $root.serverConfiguration.gitCommit }}
).
+
{{ gitCommit }}
and master
- to see what you are missing
- {{ version }}
and {{ gitCommit }}
- to see your local changes{{ $root.serverConfiguration.gitCommit }}
and master
+ to see what you are missing
+ {{ $root.serverConfiguration.version }}
and {{ $root.serverConfiguration.gitCommit }}
+ to see your local changes
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