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(
|
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%',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user