Theme Mode-System Default, Minor Changes & Logout Button #1
This commit is contained in:
@@ -27,6 +27,12 @@ class ProfileScreen extends StatelessWidget {
|
||||
},
|
||||
),
|
||||
// You can add more profile options here later
|
||||
ListTile(
|
||||
leading: const Icon(Icons.logout),
|
||||
title: const Text("Logout"), // Localized "Preferences"
|
||||
onTap: () {
|
||||
},
|
||||
),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user