Add checkbox for "Excluded file names"

PR #17206.
This commit is contained in:
thalieht 2022-06-15 08:16:01 +03:00 committed by GitHub
parent 7faa8b7a02
commit d1515456bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 83 additions and 30 deletions

View file

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