fixed small cli ui error
This commit is contained in:
@@ -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
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user