add continue button to extension

This commit is contained in:
LeonOstrez
2024-03-11 23:07:14 -07:00
parent 33135fa680
commit 68cc1ceec4

View File

@@ -239,6 +239,7 @@ class Project:
print('', type='verbose', category='pythagora')
if self.run_command and self.check_ipc():
print(self.run_command, type='run_command')
print('continue', type='button')
feature_description = ask_user(self, "Project is finished! Do you want to add any features or changes? "
"If yes, describe it here and if no, just press ENTER",
require_some_input=False)