Skip to content

Commit d89990a

Browse files
committed
Remove method that does not exist fixes error messages
1 parent ef16825 commit d89990a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qml/FolderPage.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Page {
9696
id: snackbar
9797
Connections {
9898
target: folderModel.model
99-
onError: snackbar.open(errorTitle.capitalize())
99+
onError: snackbar.open(errorTitle)
100100
}
101101
}
102102

0 commit comments

Comments
 (0)