Add I2P settings to WebUI

PR #19700.
This commit is contained in:
thalieht
2023-10-13 21:30:25 +03:00
committed by Vladimir Golovnev (Glassez)
parent 6b3da26af8
commit 7b73d3fb5c
3 changed files with 117 additions and 1 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, 9, 2};
inline const Utils::Version<3, 2> API_VERSION {2, 9, 3};
class APIController;
class AuthController;