-
Notifications
You must be signed in to change notification settings - Fork 682
2: Hide synced spaces in spaces browser #11759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -130,6 +123,9 @@ ecm_add_qml_module(owncloudGui | |||
qml/AccountButton.qml | |||
qml/FolderDelegate.qml | |||
qml/FolderError.qml | |||
|
|||
spaces/qml/SpaceDelegate.qml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding the qml file in the subdirectory failed during the cache generation so I had to move it here.
@@ -1,25 +1,7 @@ | |||
add_library(ownCloudSpaces SHARED | |||
target_sources(owncloudGui |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I finally had to merge the spaces browser into the gui module....
In order to track which spaces are synced I needed to access the folder manager.....
63eed87
to
fd8a62a
Compare
3f1d43d
to
7c117c2
Compare
@saw-jan this changes breaks a gui test as your synced the same space multiple times. |
Will have a look. Thanks |
Fixes: #11752
Depends on #11758