Check if a template for the source drive is present and ask to load it if so.

This commit is contained in:
ISpillMyDrink
2025-12-19 15:56:43 +01:00
parent c9cf75493e
commit 69a35a260f
2 changed files with 891 additions and 850 deletions
File diff suppressed because it is too large Load Diff
+4
View File
@@ -586,6 +586,10 @@ void analyze_long_ccc(void);
void open_in_oscviewer_ccc(void);
void read_config_file_with_name_ccc(char *filename);
void read_config_file_ccc(void);
void write_config_file_with_name_ccc(char *filename);
void write_config_file_ccc(void);