mirror of
https://github.com/ALEZ-DEV/Babylonia-terminal.git
synced 2025-12-16 09:28:53 +00:00
some cleaning
This commit is contained in:
parent
9f9ecbb7e4
commit
c50d97e2ec
@ -27,14 +27,6 @@ class _GeneralSettingsPageState extends State<GeneralSettingsPage> {
|
||||
return Center(
|
||||
child: Column(
|
||||
children: [
|
||||
const Center(
|
||||
child: Text(
|
||||
'General',
|
||||
style: TextStyle(
|
||||
fontSize: 36,
|
||||
),
|
||||
),
|
||||
),
|
||||
Padding(
|
||||
padding: const EdgeInsets.all(15.0),
|
||||
child: SizedBox(
|
||||
@ -42,7 +34,6 @@ class _GeneralSettingsPageState extends State<GeneralSettingsPage> {
|
||||
headline: const Text('Launch options'),
|
||||
child: TextFormField(
|
||||
initialValue: launchOptions,
|
||||
//controller: textFieldController,
|
||||
decoration: InputDecoration(
|
||||
labelText:
|
||||
'Your custom launch options, E.G. : mangohud %command%',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user