removed edit/save from entry page

url-works
Christopher Schmitt 2024-01-09 12:36:26 +01:00
parent cf53061e3a
commit 72eb1c28be
1 changed files with 2 additions and 2 deletions

View File

@ -131,13 +131,13 @@ class _EntryPage extends State<EntryPage> {
autoFocus: _isEditing,
forceBlinkingCursor: _isEditing,
)),
TextButton(
/*TextButton( //Todo: For Future Versions
onPressed: _toggleEdit,
child: Text(
_isEditing ? "Save" : "Edit",
style: TextStyle(fontSize: 18, color: textColor), // Use appropriate styling
),
),
),*/
const SizedBox(height: 400), // Space for floating bottom navigation bar
],
),