[Update] Config Page: Add Advanced Settings Tab.
This commit is contained in:
@@ -6,7 +6,12 @@ export const useOpenFolder = () => {
|
||||
asyncStdoutToPython("/run/open_filepath_logs");
|
||||
};
|
||||
|
||||
const openFolder_ConfigFile = () => {
|
||||
asyncStdoutToPython("/run/open_filepath_config_file");
|
||||
};
|
||||
|
||||
return {
|
||||
openFolder_MessageLogs,
|
||||
openFolder_ConfigFile,
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user