[Chore] view.py guiのupdate関数処理が被っていたのを修正。※消し忘れでした。

This commit is contained in:
Sakamoto Shiina
2024-01-21 13:00:16 +09:00
parent b0def64cf1
commit 9208bb3ac3

View File

@@ -886,7 +886,6 @@ class View():
vrct_gui.sls__box_translation_optionmenu_wrapper.grid()
vrct_gui.compact_mode_translation_frame.grid()
vrct_gui.translation_frame.grid()
vrct_gui.update()
elif state == "Disable":
view.closeCtranslate2WeightTypeWidget()
@@ -894,7 +893,6 @@ class View():
vrct_gui.sls__box_translation_optionmenu_wrapper.grid_remove()
vrct_gui.compact_mode_translation_frame.grid_remove()
vrct_gui.translation_frame.grid_remove()
vrct_gui.update()
elif state == "Restart":
view.setLatestCTranslate2WeightType()