WebUI: Add filelog settings

PR #18506.
Closes #17421.
This commit is contained in:
brvphoenix
2023-02-11 01:12:22 +08:00
committed by GitHub
parent d06f78dbbd
commit e37661d53a
4 changed files with 162 additions and 41 deletions

View File

@@ -52,7 +52,7 @@
#include "base/utils/version.h"
#include "api/isessionmanager.h"
inline const Utils::Version<3, 2> API_VERSION {2, 8, 19};
inline const Utils::Version<3, 2> API_VERSION {2, 8, 20};
class APIController;
class AuthController;