Restore version info

This commit is contained in:
Jiiks 2015-12-17 05:52:14 +02:00
parent 9c20612ac9
commit a699450133
2 changed files with 5 additions and 1 deletions

View File

@ -1202,6 +1202,10 @@ SettingsPanel.prototype.construct = function() {
'' +
' </div>' +
' </div>' +
' <div style="background:#2E3136; color:#ADADAD; height:30px; position:absolute; bottom:0; left:0; right:0;">'+
' <span style="line-height:30px;margin-left:10px;">BetterDiscord v' + version + '(JSv'+jsVersion+') by Jiiks</span>'+
' <span style="float:right;line-height:30px;margin-right:10px;"><a href="http://betterdiscord.net" target="_blank">BetterDiscord.net</a></span>'+
' </div>'+
'</div>';
function showSettings() {

2
js/main.min.js vendored

File diff suppressed because one or more lines are too long