Conditionally hide settings in Advanced Options

This commit is contained in:
Chocobo1
2024-02-04 13:32:33 +08:00
parent 5fe5c333b5
commit 9b64d50660
6 changed files with 129 additions and 64 deletions

View File

@@ -53,7 +53,7 @@
#include "base/utils/version.h"
#include "api/isessionmanager.h"
inline const Utils::Version<3, 2> API_VERSION {2, 10, 2};
inline const Utils::Version<3, 2> API_VERSION {2, 10, 3};
class QTimer;