continue settings
This commit is contained in:
parent
734f2d3ffe
commit
e19e606a96
@ -2,6 +2,7 @@ import 'package:flutter/material.dart';
|
||||
import 'package:provider/provider.dart';
|
||||
|
||||
import 'package:repertory/constants.dart' as constants;
|
||||
import 'package:repertory/helpers.dart';
|
||||
import 'package:repertory/models/mount_list.dart';
|
||||
import 'package:repertory/types/mount_config.dart';
|
||||
import 'package:repertory/widgets/mount_list_widget.dart';
|
||||
@ -29,7 +30,8 @@ class MyApp extends StatelessWidget {
|
||||
return MaterialPageRoute(
|
||||
builder: (context) {
|
||||
return MountSettingsWidget(
|
||||
title: constants.appTitle,
|
||||
title:
|
||||
'${initialCaps(mountConfig.type)} [${formatMountName(mountConfig.type, mountConfig.name)}] Settings',
|
||||
config: mountConfig,
|
||||
);
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user