[ui] Add auto-mount on first launch functionality #52
This commit is contained in:
@@ -165,7 +165,9 @@ class _MountWidgetState extends State<MountWidget>
|
||||
contentPadding: EdgeInsets.zero,
|
||||
materialTapTargetSize:
|
||||
MaterialTapTargetSize.shrinkWrap,
|
||||
onChanged: (_) {},
|
||||
onChanged: (_) async {
|
||||
return mount.setMountAutoStart(!mount.autoStart);
|
||||
},
|
||||
title: Row(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: const [
|
||||
|
Reference in New Issue
Block a user