Skip to content

Commit

Permalink
✏️ Fix: 한글->영어로 수정
Browse files Browse the repository at this point in the history
fix: 한글->영어로 수정
  • Loading branch information
gw282 committed Dec 11, 2023
1 parent 124809d commit 0541745
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions lib/pages/setting_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -416,25 +416,7 @@ class _SettingPageState extends State<SettingPage> with TickerProviderStateMixin
),
),
),
if(!isEditMode)
Positioned(
left: 320,
right: 0,
top: 480,
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
IconButton(
onPressed: () {
setState(() {
// Toggle the edit mode when the button is pressed
isEditMode = !isEditMode;
});
},
icon: const Icon(CupertinoIcons.pen)),
],
),
),

if(!isEditMode)
Positioned(
left: 0,
Expand Down

0 comments on commit 0541745

Please sign in to comment.