Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Commit

Permalink
Fixed title (it had reverted to 'Uploader' instead of 'Companion')
Browse files Browse the repository at this point in the history
  • Loading branch information
gtch committed Sep 14, 2014
1 parent 01aefa0 commit 983a10f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class CompanionFrame(val environment: Environment, val monitor: Monitor) extends
}

def updateTitle() {
var title = "HearthStats.net Uploader"
var title = "HearthStats Companion"
if (monitor._hearthstoneDetected) {
if (HearthstoneAnalyser.screen != null) {
title += " - " + HearthstoneAnalyser.screen.title
Expand Down

0 comments on commit 983a10f

Please sign in to comment.