mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-23 06:31:13 -04:00
Accessibility update
This commit is contained in:
parent
be8014c97a
commit
3b1cb53b8a
55 changed files with 1089 additions and 807 deletions
|
@ -20,7 +20,7 @@ sealed class LockPreference with _$LockPreference {
|
|||
factory LockPreference.fromJson(dynamic json) =>
|
||||
_$LockPreferenceFromJson(json as Map<String, dynamic>);
|
||||
|
||||
static const LockPreference defaults = LockPreference();
|
||||
static const defaults = LockPreference();
|
||||
}
|
||||
|
||||
// Theme supports multiple translations
|
||||
|
@ -49,5 +49,5 @@ sealed class Preferences with _$Preferences {
|
|||
factory Preferences.fromJson(dynamic json) =>
|
||||
_$PreferencesFromJson(json as Map<String, dynamic>);
|
||||
|
||||
static const Preferences defaults = Preferences();
|
||||
static const defaults = Preferences();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue