Adds a missing title to the new switch tile in credentials
This commit is contained in:
parent
16c935d904
commit
fe4f77d290
1 changed files with 3 additions and 0 deletions
|
@ -274,6 +274,9 @@ class CredentialsPrompt extends StatelessWidget {
|
||||||
),
|
),
|
||||||
SwitchListTile(
|
SwitchListTile(
|
||||||
value: z2fa,
|
value: z2fa,
|
||||||
|
title: Text("Enable 2FA"),
|
||||||
|
subtitle: Text(
|
||||||
|
"This may or may not be broken... steamcmd is shit!"),
|
||||||
onChanged: (value) {
|
onChanged: (value) {
|
||||||
z2fa = value;
|
z2fa = value;
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue