mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-23 13:54:27 -04:00
Delete lines to change toolbar text
This commit is contained in:
parent
cc94150345
commit
fbb458f4c3
1 changed files with 1 additions and 5 deletions
|
@ -2,6 +2,7 @@ import QtQuick 2.7
|
||||||
import QtQuick.Layouts 1.2
|
import QtQuick.Layouts 1.2
|
||||||
import QtQuick.Controls 2.0
|
import QtQuick.Controls 2.0
|
||||||
import "." // To load styles
|
import "." // To load styles
|
||||||
|
import "./components"
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
|
|
||||||
|
@ -95,11 +96,6 @@ Item {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Component.onCompleted: {
|
|
||||||
toolBar.state = "CHATVIEW"
|
|
||||||
toolBar.titleText = model.author_name
|
|
||||||
}
|
|
||||||
|
|
||||||
function getMessageTime(){
|
function getMessageTime(){
|
||||||
|
|
||||||
var timeFormat = "hh:mm";
|
var timeFormat = "hh:mm";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue