some cleaning

This commit is contained in:
ALEZ-DEV 2024-09-06 22:05:19 +02:00
parent 9f9ecbb7e4
commit c50d97e2ec

View File

@ -27,14 +27,6 @@ class _GeneralSettingsPageState extends State<GeneralSettingsPage> {
return Center( return Center(
child: Column( child: Column(
children: [ children: [
const Center(
child: Text(
'General',
style: TextStyle(
fontSize: 36,
),
),
),
Padding( Padding(
padding: const EdgeInsets.all(15.0), padding: const EdgeInsets.all(15.0),
child: SizedBox( child: SizedBox(
@ -42,7 +34,6 @@ class _GeneralSettingsPageState extends State<GeneralSettingsPage> {
headline: const Text('Launch options'), headline: const Text('Launch options'),
child: TextFormField( child: TextFormField(
initialValue: launchOptions, initialValue: launchOptions,
//controller: textFieldController,
decoration: InputDecoration( decoration: InputDecoration(
labelText: labelText:
'Your custom launch options, E.G. : mangohud %command%', 'Your custom launch options, E.G. : mangohud %command%',