Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamila <hello@camila.codes>2021-04-21 20:55:52 +0300
committerCamila (Rebase PR Action) <hello@camila.codes>2021-05-25 09:55:52 +0300
commitc793cbe5935e14657f64a0b64f0ed56261e1680a (patch)
tree3636453fad2acbae07bf07362c11ff2cdd9b2bfe /src/gui/tray/UserLine.qml
parent419595ce5e053f7ea994ea3261add1fd180923af (diff)
Always display the server url in the drop down account menu.
Signed-off-by: Camila <hello@camila.codes>
Diffstat (limited to 'src/gui/tray/UserLine.qml')
-rw-r--r--src/gui/tray/UserLine.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/tray/UserLine.qml b/src/gui/tray/UserLine.qml
index d4d9b5edc..4d3984f39 100644
--- a/src/gui/tray/UserLine.qml
+++ b/src/gui/tray/UserLine.qml
@@ -123,7 +123,6 @@ MenuItem {
}
Label {
id: accountServer
- visible: !userStatusMessage.visible
width: 128
text: server
elide: Text.ElideRight