[bugfix] message formatのcallback関数指定ミス修正

This commit is contained in:
Sakamoto Shiina
2023-09-25 23:01:23 +09:00
parent b91c31f793
commit 14cb8f11ca

View File

@@ -25,7 +25,7 @@ def createSettingBox_Others(setting_box_wrapper, config_window, settings, view_v
callFunctionIfCallable(view_variable.CALLBACK_SET_STARTUP_OSC_ENABLED_CHECK, checkbox_box_widget.get())
def entry_message_format_callback(value):
callFunctionIfCallable(view_variable.CALLBACK_SET_ENABLE_NOTICE_XSOVERLAY, value)
callFunctionIfCallable(view_variable.CALLBACK_SET_MESSAGE_FORMAT, value)
row=0