aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/utils/CommonUtils.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-05-01 00:23:24 +0000
committersaturneric <[email protected]>2025-05-01 00:23:24 +0000
commitcd8124507237dda9066890748b7e0fbe59e7722d (patch)
tree0d2d5ca5b851fb7837fbb206320953d67e448db4 /src/core/utils/CommonUtils.h
parentfix: install and packaging on linux (diff)
downloadGpgFrontend-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.h8
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
*/