mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +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.hasLocalFolder &&
|
||||||
NC.UserModel.currentUser.isConnected
|
NC.UserModel.currentUser.isConnected
|
||||||
enabled: visible
|
enabled: visible
|
||||||
onClicked: {
|
onClicked: NC.Systray.createResolveConflictsDialog(activityModel.allConflicts);
|
||||||
NC.Systray.createResolveConflictsDialog(activityModel.allConflicts);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue