diff options
author | saturneric <[email protected]> | 2024-04-11 18:26:29 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-04-11 18:26:29 +0000 |
commit | 8c758bacf40da3d228855f077fe7f16ee22f4c7d (patch) | |
tree | cfdbf8c54eb916d241009766c1dafe88d68d94fb /src/core/GpgConstants.h | |
parent | docs: move manual out of repo (diff) | |
download | GpgFrontend-8c758bacf40da3d228855f077fe7f16ee22f4c7d.tar.gz GpgFrontend-8c758bacf40da3d228855f077fe7f16ee22f4c7d.zip |
fix: nothing changed is still triggering restart at gnupg controller
Diffstat (limited to '')
-rw-r--r-- | src/core/GpgConstants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/GpgConstants.h b/src/core/GpgConstants.h index c2125650..1c651ec1 100644 --- a/src/core/GpgConstants.h +++ b/src/core/GpgConstants.h @@ -30,6 +30,7 @@ namespace GpgFrontend { +constexpr int kNonRestartCode = 0; constexpr int kRestartCode = 1000; ///< only refresh ui constexpr int kDeepRestartCode = 1001; // refresh core and ui |