Skip to content

Commit

Permalink
changed the title for the app bar for logs
Browse files Browse the repository at this point in the history
  • Loading branch information
SrS2225a authored Feb 3, 2025
1 parent d10f861 commit 558f8fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/views/upload_logs.dart
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class _UploadLogsScreenState extends State<UploadLogsScreen> {
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text("Custom Uploader"),
title: const Text("Custom Uploader Logs"),
actions: [
IconButton(
icon: const Icon(Icons.download),
Expand Down Expand Up @@ -237,4 +237,4 @@ Color _getStatusColor(String status) {
return Colors.red;
}
return Colors.black;
}
}

0 comments on commit 558f8fe

Please sign in to comment.