mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-15 02:12:25 -06:00
feat: Improve notifications, add donation button, improved asn form field
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
enum NotificationChannel {
|
||||
task("task_channel", "Paperless tasks"),
|
||||
documentDownload("document_download_channel", "Document downloads");
|
||||
|
||||
final String id;
|
||||
final String name;
|
||||
|
||||
const NotificationChannel(this.id, this.name);
|
||||
}
|
||||
Reference in New Issue
Block a user