replaced one structure, stored omemo support in Global object

This commit is contained in:
Blue 2022-12-29 01:41:59 +03:00
parent dfe72ca36c
commit 758a9d95f3
Signed by: blue
GPG key ID: 9B203B252A63EE38
5 changed files with 17 additions and 26 deletions

View file

@ -99,6 +99,7 @@ namespace Shared {
static QString getColorSchemeName(const QString& path);
static void setTheme(const QString& path);
static void setStyle(const QString& style);
const bool omemoSupport;
template<typename T>
static T fromInt(int src);