mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 22:55:04 -04:00
Change toolbar label on chat view opened with the name of remote
This commit is contained in:
parent
69ed518555
commit
4a90436e8e
3 changed files with 30 additions and 2 deletions
|
@ -94,6 +94,11 @@ Item {
|
|||
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
toolBar.state = "CHATVIEW"
|
||||
toolBar.titleText = model.author_name
|
||||
}
|
||||
|
||||
function getMessageTime(){
|
||||
|
||||
var timeFormat = "hh:mm";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue