|
@@ -365,9 +365,9 @@ class Preferences:
|
|
|
locked=is_locked('simple_style'),
|
|
|
choices=['', 'auto', 'light', 'dark']
|
|
|
),
|
|
|
- 'center_aligment': MapSetting(
|
|
|
- settings['ui']['center_aligment'],
|
|
|
- locked=is_locked('center_aligment'),
|
|
|
+ 'center_alignment': MapSetting(
|
|
|
+ settings['ui']['center_alignment'],
|
|
|
+ locked=is_locked('center_alignment'),
|
|
|
map={
|
|
|
'0': False,
|
|
|
'1': True,
|