Fix up arrow pointing directions
This commit is contained in:
@@ -534,7 +534,7 @@ class _LoadOrderPageState extends State<LoadOrderPage> {
|
|||||||
message:
|
message:
|
||||||
'Loads after other mods:\n${mod.loadAfter.join('\n')}',
|
'Loads after other mods:\n${mod.loadAfter.join('\n')}',
|
||||||
child: Icon(
|
child: Icon(
|
||||||
Icons.arrow_back,
|
Icons.arrow_downward,
|
||||||
color: Colors.blue,
|
color: Colors.blue,
|
||||||
size: 24,
|
size: 24,
|
||||||
),
|
),
|
||||||
@@ -545,7 +545,7 @@ class _LoadOrderPageState extends State<LoadOrderPage> {
|
|||||||
message:
|
message:
|
||||||
'Loads before other mods:\n${mod.loadBefore.join('\n')}',
|
'Loads before other mods:\n${mod.loadBefore.join('\n')}',
|
||||||
child: Icon(
|
child: Icon(
|
||||||
Icons.arrow_forward,
|
Icons.arrow_upward,
|
||||||
color: Colors.green,
|
color: Colors.green,
|
||||||
size: 24,
|
size: 24,
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user