forked from firka/student-legacy
uwu toggle in settings
This commit is contained in:
parent
ffbcefacbd
commit
d984ee0a42
@ -673,6 +673,29 @@ class SettingsScreenState extends State<SettingsScreen>
|
|||||||
// ),
|
// ),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
// uwu mode
|
||||||
|
SplittedPanel(
|
||||||
|
cardPadding: const EdgeInsets.all(4.0),
|
||||||
|
padding: EdgeInsets.zero,
|
||||||
|
children: [
|
||||||
|
// uwu mode
|
||||||
|
Material(
|
||||||
|
type: MaterialType.transparency,
|
||||||
|
child: SwitchListTile(
|
||||||
|
contentPadding:
|
||||||
|
const EdgeInsets.only(left: 12.0, right: 6.0),
|
||||||
|
shape: RoundedRectangleBorder(
|
||||||
|
borderRadius: BorderRadius.circular(12.0)),
|
||||||
|
title: Text("uwufymode".i18n,
|
||||||
|
style:
|
||||||
|
const TextStyle(fontWeight: FontWeight.w500)),
|
||||||
|
onChanged: (v) => settings.update(uwuMode: v),
|
||||||
|
value: settings.uwuMode,
|
||||||
|
activeColor: Theme.of(context).colorScheme.secondary,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|
||||||
|
@ -66,8 +66,8 @@ extension SettingsLocalization on String {
|
|||||||
"Background Color": "Background Color",
|
"Background Color": "Background Color",
|
||||||
"Highlight Color": "Highlight Color",
|
"Highlight Color": "Highlight Color",
|
||||||
"Adaptive Theme": "Adaptive Theme",
|
"Adaptive Theme": "Adaptive Theme",
|
||||||
"presentation": "Presentation mode",
|
"presentation": "Presentation Mode",
|
||||||
"uwufymode": "UwU-fied mode (hungarian)",
|
"uwufymode": "UwU-fied Mode",
|
||||||
"devmoretaps": "You are %s taps away from Developer Mode.",
|
"devmoretaps": "You are %s taps away from Developer Mode.",
|
||||||
"devactivated": "Developer Mode successfully activated.",
|
"devactivated": "Developer Mode successfully activated.",
|
||||||
"devsettings": "Developer Settings",
|
"devsettings": "Developer Settings",
|
||||||
@ -178,7 +178,7 @@ extension SettingsLocalization on String {
|
|||||||
"Highlight Color": "Panelek színe",
|
"Highlight Color": "Panelek színe",
|
||||||
"Adaptive Theme": "Adaptív téma",
|
"Adaptive Theme": "Adaptív téma",
|
||||||
"presentation": "Bemutató mód",
|
"presentation": "Bemutató mód",
|
||||||
"uwufymode": "UwU mód (magyar)",
|
"uwufymode": "UwU mód",
|
||||||
"devmoretaps": "Még %s koppintásra vagy a Fejlesztői módtól.",
|
"devmoretaps": "Még %s koppintásra vagy a Fejlesztői módtól.",
|
||||||
"devactivated": "Fejlesztői mód sikeresen aktiválva.",
|
"devactivated": "Fejlesztői mód sikeresen aktiválva.",
|
||||||
"devsettings": "Fejlesztői Beállítások",
|
"devsettings": "Fejlesztői Beállítások",
|
||||||
@ -289,7 +289,7 @@ extension SettingsLocalization on String {
|
|||||||
"Highlight Color": "Highlight Color",
|
"Highlight Color": "Highlight Color",
|
||||||
"Adaptive Theme": "Adaptive Theme",
|
"Adaptive Theme": "Adaptive Theme",
|
||||||
"presentation": "Präsentationsmodus",
|
"presentation": "Präsentationsmodus",
|
||||||
"uwufymode": "UwU-Modus (ungarisch)",
|
"uwufymode": "UwU-Modus",
|
||||||
"devmoretaps": "Sie sind %s Taps vom Entwicklermodus entfernt.",
|
"devmoretaps": "Sie sind %s Taps vom Entwicklermodus entfernt.",
|
||||||
"devactivated": "Entwicklermodus erfolgreich aktiviert.",
|
"devactivated": "Entwicklermodus erfolgreich aktiviert.",
|
||||||
"devsettings": "Entwickleroptionen",
|
"devsettings": "Entwickleroptionen",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user