v0.9.21
This commit is contained in:
@@ -3180,7 +3180,8 @@ class ImageViewer(QWidget):
|
||||
suggested = history[0] if history and APP_CONFIG.get(
|
||||
"pet_use_last_name", False) else ""
|
||||
full_tag, updated_history, ok = FaceNameDialog.get_name(
|
||||
self, history, current_name=suggested, main_win=self.main_win, region_type="Pet")
|
||||
self, history, current_name=suggested, main_win=self.main_win,
|
||||
region_type="Pet")
|
||||
|
||||
if ok and full_tag:
|
||||
new_pet['name'] = full_tag
|
||||
@@ -3240,7 +3241,8 @@ class ImageViewer(QWidget):
|
||||
suggested = history[0] if history and APP_CONFIG.get(
|
||||
"body_use_last_name", False) else ""
|
||||
full_tag, updated_history, ok = FaceNameDialog.get_name(
|
||||
self, history, current_name=suggested, main_win=self.main_win, region_type="Body")
|
||||
self, history, current_name=suggested, main_win=self.main_win,
|
||||
region_type="Body")
|
||||
|
||||
if ok and full_tag:
|
||||
new_body['name'] = full_tag
|
||||
|
||||
Reference in New Issue
Block a user