Skip to content

Commit dfa7e12

Browse files
committed
clean up unused strings and fix button label for creating custom action
1 parent 2b203a1 commit dfa7e12

File tree

2 files changed

+1023
-245
lines changed

2 files changed

+1023
-245
lines changed

lib/Frontend/pages/move_list.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class _MoveListViewState extends State<MoveListView> {
3939
setState(() {
4040
MoveLists.instance.add(
4141
MoveList(
42-
name: sequencesPage(),
42+
name: sequencesAdd(),
4343
deviceCategory: DeviceType.values.toList(),
4444
actionCategory: ActionCategory.sequence,
4545
uuid: const Uuid().v4(),

0 commit comments

Comments
 (0)