Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
KAccounts Providers
Commits
cc2e072f
Commit
cc2e072f
authored
Oct 10, 2020
by
Nicolas Fella
Browse files
[*cloud] Hide logo when BusyIndicator is running
parent
a9f47fb8
Changes
2
Hide whitespace changes
Inline
Side-by-side
plugins/nextcloud-ui/package/contents/ui/Server.qml
View file @
cc2e072f
...
...
@@ -24,6 +24,7 @@ Kirigami.Page {
width
:
parent
.
width
height
:
childrenRect
.
height
anchors.centerIn
:
parent
visible
:
!
busy
.
running
Kirigami.Icon
{
source
:
"
kaccounts-nextcloud
"
...
...
@@ -39,7 +40,6 @@ Kirigami.Page {
Kirigami.FormLayout
{
id
:
form
visible
:
!
busy
.
running
width
:
parent
.
width
TextField
{
...
...
plugins/owncloud-ui/package/contents/ui/Server.qml
View file @
cc2e072f
...
...
@@ -25,6 +25,7 @@ Kirigami.Page {
width
:
parent
.
width
height
:
childrenRect
.
height
anchors.centerIn
:
parent
visible
:
!
busy
.
running
Kirigami.Icon
{
source
:
"
kaccounts-owncloud
"
...
...
@@ -40,7 +41,6 @@ Kirigami.Page {
Kirigami.FormLayout
{
id
:
form
visible
:
!
busy
.
running
width
:
parent
.
width
TextField
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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