diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-06-22 21:50:48 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-06-22 21:50:48 +0200 |
commit | 99915ba9ec15a5018be4e7793c1482a032c3ca14 (patch) | |
tree | 02faeaa99e7e99dded6b8cd99b2cc3d96ac4414b /include | |
parent | f8cf25f3ecd2b312c3a88b9bb67451a86e511c4a (diff) |
Support installation resources path
Diffstat (limited to 'include')
-rw-r--r-- | include/QuickMedia.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp index cd410c3..dc81425 100644 --- a/include/QuickMedia.hpp +++ b/include/QuickMedia.hpp @@ -81,5 +81,6 @@ namespace QuickMedia { std::string downloading_chapter_url; bool image_download_cancel = false; int exit_code = 0; + std::string resources_root; }; }
\ No newline at end of file |