Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chat
fairchat
Commits
bff1cfa0
Commit
bff1cfa0
authored
Dec 25, 2018
by
Dennis Beier
Browse files
Merge branch 'master' of
https://git.fairkom.net/chat/fairchat
into android8Push
parents
ba8d57b4
e21c75a0
Pipeline
#665
passed with stage
in 2 minutes and 32 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
engine
@
f625661d
Compare
ab822c20
...
f625661d
Subproject commit
ab822c209f3558dc5a47447f996ee51bf26baee2
Subproject commit
f625661d2ab1e41772b9776299a509010bd43fc7
fairchat/qml/navigation/TopBar.qml
View file @
bff1cfa0
...
...
@@ -82,8 +82,22 @@ Item {
anchors.verticalCenter
:
parent
.
verticalCenter
id
:
connectionText
text
:
qsTr
(
"
Connection:
"
)
MouseArea
{
anchors.fill
:
parent
;
onClicked
:{
console
.
log
(
"
resetting connection
"
);
rocketChatController
.
resetConnection
();
}
}
}
ConnectionIndicator
{
MouseArea
{
anchors.fill
:
parent
;
onClicked
:{
console
.
log
(
"
resetting connection
"
);
rocketChatController
.
resetConnection
();
}
}
}
}
Button
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment