Skip to content

Commit

Permalink
修复bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xi-yue-233 committed Oct 14, 2023
1 parent bcae74c commit edc18c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def trans_main_to_small(self, parent):
self.ui_tab_w.add_negative_edit.setText(i.add_negative_edit.text())
self.ui_tab_w.is_use_translate.setChecked(i.is_use_translate.isChecked())
self.ui_tab_w.paint_weight.setText(i.paint_weight.text())
self.ui_tab_w.paint_count.setText(i.paint_weight.text())
self.ui_tab_w.paint_count.setText(i.paint_count.text())
self.ui_tab_w.webui_url.setText(i.webui_url.text())
self.ui_tab_w.is_hd.setChecked(i.is_hd.isChecked())
self.ui_tab_w.hd_weight.setText(i.hd_weight.text())
Expand Down

0 comments on commit edc18c4

Please sign in to comment.