Main Window: Sidebar features系のCALLBACK変数をview.pyに移動。処理もリファクタリング。
そのCALLBACK関数の引数でTrue/Falseの値を受け取れるようになったので、view.pyが提供していたgetButtonStatus系関数も削除。
This commit is contained in:
@@ -5,7 +5,7 @@ from customtkinter import CTkFrame
|
||||
from ..ui_utils import createButtonWithImage, getImagePath
|
||||
|
||||
|
||||
def createMainWindowWidgets(vrct_gui, settings, view_variable):
|
||||
def createMainWindowWidgets(vrct_gui, settings):
|
||||
vrct_gui.protocol("WM_DELETE_WINDOW", vrct_gui.quitVRCT)
|
||||
|
||||
# self.IS_DEVELOPER_MODE = False
|
||||
|
||||
Reference in New Issue
Block a user