diff options
Diffstat (limited to 'src/core/utils/CommonUtils.h')
-rw-r--r-- | src/core/utils/CommonUtils.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/utils/CommonUtils.h b/src/core/utils/CommonUtils.h index b7d18891..a0b46d3c 100644 --- a/src/core/utils/CommonUtils.h +++ b/src/core/utils/CommonUtils.h @@ -76,6 +76,14 @@ auto GPGFRONTEND_CORE_EXPORT IsFlatpakENV() -> bool; /** * @brief * + * @return true + * @return false + */ +auto GPGFRONTEND_CORE_EXPORT IsAppImageENV() -> bool; + +/** + * @brief + * * @param s * @return int */ |