diff options
| author | wewlad1 <30403438+wewlad1@users.noreply.github.com> | 2018-08-06 05:53:53 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-06 05:53:53 +0900 |
| commit | a8344ced3f7d412a05a6438e3b7ccdd4f1c3c15b (patch) | |
| tree | aff46d67a3ad74fd902939ad377e1d0e36af20f9 /aoapplication.h | |
| parent | 68a3f35fb0a39a57d50c3d3098710c667a166477 (diff) | |
| parent | 806a022a93882eeebed734e2b2941de3b6f5a021 (diff) | |
Merge pull request #1 from argoneuscze/modcall_reason
Added support for modcall reasons
Diffstat (limited to 'aoapplication.h')
| -rw-r--r-- | aoapplication.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/aoapplication.h b/aoapplication.h index f69a0ea8..b432a735 100644 --- a/aoapplication.h +++ b/aoapplication.h @@ -56,6 +56,7 @@ public: bool improved_loading_enabled = false; bool desk_mod_enabled = false; bool evidence_enabled = false; + bool modcall_reason_enabled = false; ///////////////loading info/////////////////// @@ -224,8 +225,8 @@ public: private: const int RELEASE = 2; - const int MAJOR_VERSION = 4; - const int MINOR_VERSION = 10; + const int MAJOR_VERSION = 5; + const int MINOR_VERSION = 0; QString current_theme = "default"; |
