[Update] Config Window: Auto Export Message Logs. add open file(logs) button.

This commit is contained in:
Sakamoto Shiina
2023-11-06 12:31:49 +09:00
parent d396a56721
commit 5d6902c196
6 changed files with 75 additions and 2 deletions

View File

@@ -13,6 +13,9 @@ def callbackUpdateSoftware():
def callbackRestartSoftware():
model.reStartSoftware()
def callbackFilepathLogs():
print("callbackFilepathLogs")
# func transcription send message
def sendMicMessage(message):
if len(message) > 0:
@@ -700,6 +703,7 @@ def createMainWindow():
common_registers={
"callback_update_software": callbackUpdateSoftware,
"callback_restart_software": callbackRestartSoftware,
"callback_filepath_logs": callbackFilepathLogs,
},
window_action_registers={