Add I2P settings to WebUI

PR #19700.
This commit is contained in:
thalieht 2023-10-13 21:30:25 +03:00 committed by GitHub
parent 30189ae943
commit a3888811f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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, 5};
inline const Utils::Version<3, 2> API_VERSION {2, 9, 6};
class APIController;
class AuthController;