mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-08 22:07:57 -06:00
fix: Improve receiving shares
This commit is contained in:
@@ -108,7 +108,7 @@ class AppDrawer extends StatelessWidget {
|
||||
final child = ListTile(
|
||||
dense: true,
|
||||
leading: const Icon(Icons.drive_folder_upload_outlined),
|
||||
title: const Text("Upload Queue"),
|
||||
title: const Text("Pending Files"),
|
||||
onTap: () {
|
||||
UploadQueueRoute().push(context);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user