We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7f529 commit 832ee8aCopy full SHA for 832ee8a
1 file changed
annotation_tool/viewer.py
@@ -248,10 +248,11 @@ def prepare_new_project_ui(self) -> None:
248
self.ui.classification_ui.right_panel.manual_box.setEnabled(True)
249
self.ui.classification_ui.right_panel.task_label.setText(f"Task: {self.model.current_task_name}")
250
251
+
252
self.show_temp_msg(
- "New Project Created",
253
- "Workspace is ready. You can now use the Schema Editor (Right Panel) to add Categories and Labels.",
254
- duration=2500
+ "New Project Created",
+ "Workspace ready. Add labels in the Category Editor."
255
+ duration=800
256
)
257
258
def prepare_new_localization_ui(self) -> None:
0 commit comments