mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
small qml cleanup to make code faster to read
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
parent
8faab817a0
commit
8f60518d6f
1 changed files with 1 additions and 3 deletions
|
@ -151,8 +151,6 @@ RowLayout {
|
|||
NC.UserModel.currentUser.hasLocalFolder &&
|
||||
NC.UserModel.currentUser.isConnected
|
||||
enabled: visible
|
||||
onClicked: {
|
||||
NC.Systray.createResolveConflictsDialog(activityModel.allConflicts);
|
||||
}
|
||||
onClicked: NC.Systray.createResolveConflictsDialog(activityModel.allConflicts);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue