diff options
Diffstat (limited to 'src/hs-config.h')
-rw-r--r-- | src/hs-config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hs-config.h b/src/hs-config.h index fda49a7..56a2cfe 100644 --- a/src/hs-config.h +++ b/src/hs-config.h @@ -31,6 +31,7 @@ struct handshake_info { struct recover_app_info { std::string appid; // application id like "dashboard" bool visibility; // the visibility when system starting + std::string after; // startup after which application }; using recover_map = std::unordered_map<std::string, std::vector<struct recover_app_info>>; @@ -51,6 +52,7 @@ public: static const std::string lastmode_json; static const std::string key_appid; static const std::string key_visibility; + static const std::string key_after; static std::string root_dir; private: |