👍️[Update] Controller : Config WindowのOPEN/CLOSE機能を削除

This commit is contained in:
misyaguziya
2024-09-27 17:37:20 +09:00
parent 0611ed21e3
commit 107320ad28
3 changed files with 8 additions and 50 deletions

View File

@@ -58,9 +58,6 @@ mapping = {
"/set/enable/foreground": {"status": True, "variable":controller.setEnableForeground},
"/set/disable/foreground": {"status": True, "variable":controller.setDisableForeground},
"/set/enable/config_window": {"status": True, "variable":controller.setEnableConfigWindow},
"/set/disable/config_window": {"status": True, "variable":controller.setDisableConfigWindow},
"/get/data/selected_tab_no": {"status": True, "variable":controller.getSelectedTabNo},
"/set/data/selected_tab_no": {"status": True, "variable":controller.setSelectedTabNo},