[F] Fix numbering
This commit is contained in:
parent
66ff8d06d9
commit
2e20d4e529
1 changed files with 2 additions and 2 deletions
|
@ -104,12 +104,12 @@ def create_config() -> Config:
|
|||
['light', 'dark'], 'dark')
|
||||
is_light = light_dark == 'light'
|
||||
GLOBAL_CFG.is_light = is_light
|
||||
title += f'\n&e3. Light/Dark: &r{light_dark}'
|
||||
title += f'\n&e2. Light/Dark: &r{light_dark}'
|
||||
|
||||
##############################
|
||||
# 3. Choose preset
|
||||
clear_screen(title)
|
||||
printc('&a2. Let\'s choose a flag!')
|
||||
printc('&a3. Let\'s choose a flag!')
|
||||
printc('Available flag presets:')
|
||||
print()
|
||||
|
||||
|
|
Loading…
Reference in a new issue