Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e3962d02c7 |
@@ -645,7 +645,7 @@ class ConfirmMenu(Menu):
|
|||||||
options = {True: "[Y/n]", False: "[y/N]", None: "[y/n]"}[self.default]
|
options = {True: "[Y/n]", False: "[y/N]", None: "[y/n]"}[self.default]
|
||||||
while True:
|
while True:
|
||||||
result = self.input_str(
|
result = self.input_str(
|
||||||
f"{self.prompt} ({options})",
|
f"{self.prompt} {options}",
|
||||||
end_prompt=": ",
|
end_prompt=": ",
|
||||||
timeout=self.timeout,
|
timeout=self.timeout,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user