Quicknotes v0.8.21. Fix issue #104

This commit is contained in:
Matias De lellis
2024-01-30 23:10:46 -03:00
parent b6c6d3c098
commit 88d73504c8
3 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
# Changelog
## [0.8.21] 2024-01-30
- Fix attachment selection, broken since NC27 due internal changes. Issue #104
## [0.8.20] 2024-01-30
- Enable and migrate to NC28. Issues #105, #106 and #108

View File

@@ -5,7 +5,7 @@
<name>Quick notes</name>
<summary>Quick notes with a basic rich text</summary>
<description>Quick notes with a basic rich text</description>
<version>0.8.20</version>
<version>0.8.21</version>
<licence>agpl</licence>
<author>Matias De lellis</author>
<namespace>QuickNotes</namespace>

View File

@@ -592,7 +592,7 @@ View.prototype = {
}).fail(() => {
console.log("ERRORRR");
});
}, false, '*', true, OC.dialogs.FILEPICKER_TYPE_CHOOSE)
}, false, null, true, OC.dialogs.FILEPICKER_TYPE_CHOOSE)
});
// handle tags button.