updat settings
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -16,7 +16,7 @@ class GeckoPrefService {
|
|||||||
final value = switch (pref.value) {
|
final value = switch (pref.value) {
|
||||||
final bool x => '$x',
|
final bool x => '$x',
|
||||||
final int x => '$x',
|
final int x => '$x',
|
||||||
final String x => '"$x"',
|
final String x => "'$x'", //Use single ticks to allow json
|
||||||
_ => throw Exception('Unknow pref type'),
|
_ => throw Exception('Unknow pref type'),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user