diff options
author | saturneric <[email protected]> | 2025-05-01 00:23:24 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-05-01 00:23:24 +0000 |
commit | cd8124507237dda9066890748b7e0fbe59e7722d (patch) | |
tree | 0d2d5ca5b851fb7837fbb206320953d67e448db4 /src/core/utils/CommonUtils.h | |
parent | fix: install and packaging on linux (diff) | |
download | GpgFrontend-cd8124507237dda9066890748b7e0fbe59e7722d.tar.gz GpgFrontend-cd8124507237dda9066890748b7e0fbe59e7722d.zip |
fix: should only use fusion as default style under app image env
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 */ |