diff --git a/lib/src/views/settings/profile/modify_avatar.view.dart b/lib/src/views/settings/profile/modify_avatar.view.dart index 866072a..acb08f2 100644 --- a/lib/src/views/settings/profile/modify_avatar.view.dart +++ b/lib/src/views/settings/profile/modify_avatar.view.dart @@ -119,6 +119,10 @@ class _ModifyAvatarState extends State { ), IconButton( icon: const Icon(FontAwesomeIcons.rotateLeft), + onLongPress: () { + PersistentAvatarMakerController.clearAvatarMaker(); + _avatarMakerController.restoreState(); + }, onPressed: _avatarMakerController.restoreState, ), ],