fixed small cli ui error

This commit is contained in:
Looki2000 2024-02-29 22:37:41 +01:00
parent 8f390d55b9
commit 7a373fae03

View File

@ -80,7 +80,7 @@ def cli_main():
choice = get_choice( choice = get_choice(
"What do you want to do?" + " No recently opened project found." if last_path is None else "", "What do you want to do?" + (" No recently opened project found." if last_path is None else ""),
choices choices
) )