WebUI: Add "Resume data storage type" option

PR #18357.
This commit is contained in:
thalieht 2023-01-13 09:58:46 +02:00 committed by GitHub
parent e628b7d527
commit 209850064a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19 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, 8, 18};
inline const Utils::Version<3, 2> API_VERSION {2, 8, 19};
class APIController;
class AuthController;