Fixed cover action
This commit is contained in:
parent
1035055e29
commit
5d4d6b2036
1 changed files with 1 additions and 5 deletions
|
@ -15,13 +15,9 @@ CoverBackground {
|
||||||
CoverAction {
|
CoverAction {
|
||||||
iconSource: "image://theme/icon-cover-new"
|
iconSource: "image://theme/icon-cover-new"
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
console.log("Add note")
|
nextcloudAccounts.itemAt(appSettings.currentAccount).createNote()
|
||||||
appWindow.activate()
|
appWindow.activate()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*CoverAction {
|
|
||||||
iconSource: "image://theme/icon-cover-next"
|
|
||||||
}*/
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue