[Update] Config Window: Advanced Settings Tab: add Open Config File. add item open file(config.json) button.

This commit is contained in:
Sakamoto Shiina
2023-11-06 12:54:02 +09:00
parent 5d6902c196
commit f21ffea568
6 changed files with 59 additions and 3 deletions

View File

@@ -16,6 +16,9 @@ def callbackRestartSoftware():
def callbackFilepathLogs():
print("callbackFilepathLogs")
def callbackFilepathConfigFile():
print("callbackFilepathConfigFile")
# func transcription send message
def sendMicMessage(message):
if len(message) > 0:
@@ -704,6 +707,7 @@ def createMainWindow():
"callback_update_software": callbackUpdateSoftware,
"callback_restart_software": callbackRestartSoftware,
"callback_filepath_logs": callbackFilepathLogs,
"callback_filepath_config_file": callbackFilepathConfigFile,
},
window_action_registers={