diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-11 22:04:49 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-11 22:04:49 +0100 |
| commit | 089f1d902c1f1c89b5b39fd3cf093313be3ebc7f (patch) | |
| tree | a0c9422d3b2c63416a22d712bc4784d1336c0bc9 /src/config.cpp | |
| parent | 8808c195069e4dcf44218ebf7ca481a4c695fb12 (diff) | |
quick save, show output file in title bar
Diffstat (limited to 'src/config.cpp')
| -rw-r--r-- | src/config.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.cpp b/src/config.cpp index 1dd0284..04ad58e 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -6,6 +6,7 @@ #include <string.h> #include <cstring> +utf8_int8_t save_path[MAX_INPUT_LENGTH]; utf8_int8_t path_buffer[MAX_INPUT_LENGTH]; utf8_int8_t filter_buffer[MAX_INPUT_LENGTH]; utf8_int8_t query_buffer[MAX_INPUT_LENGTH]; |
