Qt: Always display version info in settings

This commit is contained in:
Stenzek
2024-08-23 15:50:17 +10:00
parent 417c1e43dd
commit 5433b30fec
4 changed files with 38 additions and 21 deletions

View File

@@ -33,6 +33,7 @@ public:
static QStringList getTagList();
static std::string getDefaultTag();
static void cleanupAfterUpdate();
static bool isOfficialBuild();
static bool warnAboutUnofficialBuild();
Q_SIGNALS: