Mercurial > minori
comparison include/core/config.h @ 36:2743011a6042
*: mass update
formatted all source files, converted ALL instances of setStyleSheet() to
palettes and fonts (stylesheets suck), and I changed the clang-format file because
it wasn't working on my laptop for some reason.
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Thu, 21 Sep 2023 15:17:47 -0400 |
parents | fc1bf97c528b |
children | 4c6dd5999b39 |
comparison
equal
deleted
inserted
replaced
35:329b7921a6be | 36:2743011a6042 |
---|---|
31 std::string username; | 31 std::string username; |
32 int user_id; | 32 int user_id; |
33 } anilist; | 33 } anilist; |
34 }; | 34 }; |
35 | 35 |
36 #define CONFIG_DIR "minori" | 36 #define CONFIG_DIR "minori" |
37 #define CONFIG_NAME "config.json" | 37 #define CONFIG_NAME "config.json" |
38 #define MAX_LINE_LENGTH 256 | 38 #define MAX_LINE_LENGTH 256 |
39 #endif // __core__config_h | 39 #endif // __core__config_h |