mirror of
https://github.com/overte-org/overte.git
synced 2025-08-18 15:30:45 +02:00
Typo fix
This commit is contained in:
parent
06d14436bd
commit
5ac125fdd8
1 changed files with 1 additions and 1 deletions
|
@ -4109,7 +4109,7 @@ void Application::updateWindowTitle(){
|
|||
QString buildVersion = " (build " + QString::number(BUILD_VERSION) + ")";
|
||||
QString username = _profile.getUsername();
|
||||
if(!username.isEmpty()){
|
||||
title += _profile.getUsername();s
|
||||
title += _profile.getUsername();
|
||||
title += " @ ";
|
||||
}
|
||||
title += _profile.getLastDomain();
|
||||
|
|
Loading…
Reference in a new issue